You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to use tailwindCSS classes in emmet syntax, the lsp for neovim does not provide any completions but when ran in vscode with the intellisense plugin, it works fine. I have configured "tailwindCSS.emmetCompletions" in both neovim and vscode. Please see screenshots below. The expected behavior is for both places to show completions in emmet syntax.
The text was updated successfully, but these errors were encountered:
I think is because we rely on VSCode to provide document symbols from other language servers so we can prevent completions from happening unnecessarily.
Not having that ability is a bit of a problem and will result in completions showing up in lots of places they shouldn't. I'll have to think about how we want to approach this one.
What version of VS Code are you using?
1.100.2
What version of Tailwind CSS IntelliSense are you using?
LSP version is 0.14.20
What version of Tailwind CSS are you using?
v4.1.8
What package manager are you using?
pnpm
What operating system are you using?
MacOS
Tailwind config
Reproduction URL
https://github.com/highjeans/tailwind-lsp-emmet-neovim-bug
Describe your issue
When trying to use tailwindCSS classes in emmet syntax, the lsp for neovim does not provide any completions but when ran in vscode with the intellisense plugin, it works fine. I have configured "tailwindCSS.emmetCompletions" in both neovim and vscode. Please see screenshots below. The expected behavior is for both places to show completions in emmet syntax.
The text was updated successfully, but these errors were encountered: