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
The problems is that the suggestions from the different extensions are merged with the one from vscode-css-languageservice:
This leads to duplicate suggestions and also makes the navigation more difficult. For example, if I try to go to the definition of a variable, I don't go there directly I have a "preview popup" opening asking me to choose which one I want.
CleanShot.2024-06-30.at.15.54.41.mp4
It would be nice if vscode-css-languageservice had a setting to disable their CSS variables suggestions so others extensions can take over.
I think this is important to allows the users to use other extensions for CSS variables completion because there are a lot of different situation to supports:
Supports completion in the different CSS languages like SCSS, SASS, LESS, etc.
Support completion from an external CSS file
etc.
This is not possible / right, to expect from vscode-css-languageservice to supports all these scenarios but I think it is important to not "degrade" the experience of the other extensions who specialise in CSS variables completions.
Hello,
Currently, this extensions only supports CSS variables suggestions from the current file #156
There are others extensions, that specialise in providing CSS variables suggestions like:
The problems is that the suggestions from the different extensions are merged with the one from
vscode-css-languageservice
:This leads to duplicate suggestions and also makes the navigation more difficult. For example, if I try to go to the definition of a variable, I don't go there directly I have a "preview popup" opening asking me to choose which one I want.
CleanShot.2024-06-30.at.15.54.41.mp4
It would be nice if
vscode-css-languageservice
had a setting to disable their CSS variables suggestions so others extensions can take over.I think this is important to allows the users to use other extensions for CSS variables completion because there are a lot of different situation to supports:
This is not possible / right, to expect from
vscode-css-languageservice
to supports all these scenarios but I think it is important to not "degrade" the experience of the other extensions who specialise in CSS variables completions.Related issues: willofindie/vscode-cssvar#66 willofindie/vscode-cssvar#83
The text was updated successfully, but these errors were encountered: