Skip to content

"tailwindCSS.emmetCompletions = true" doesn't work in neovim but works in VSCode #1398

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
highjeans opened this issue Jun 3, 2025 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@highjeans
Copy link

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

@import "tailwindcss"

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.

Image Image
@thecrypticace thecrypticace self-assigned this Jun 3, 2025
@thecrypticace
Copy link
Contributor

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.

@thecrypticace thecrypticace added the bug Something isn't working label Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants