Add autocomplete for tailwind.config.js #2101
eduardoarandah
started this conversation in
Ideas
Replies: 1 comment
-
Here's how that plugin does it: Here's an example: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When working when tailwind config file, sometimes I'm not sure what are the keys available.
Documentation helps a lot, but I think there could be a better way.
Check this video:
In it, I'm using vim autocompletion (via vscode language server, so it should work the same)
and it seems to know exactly what keys are available for coc-settings
https://github.com/neoclide/coc.nvim
I don't know how this magic happens, is this called json schema?
I think this would help inmensely when doing tailwind development
Beta Was this translation helpful? Give feedback.
All reactions