Hi, I'm using Sublime Text 4 with LSP-css and Sass package. I use Sass package for syntax highlighting but it appears to show duplicate suggestion.
This is an example of coding in .scss file.
If I disable the package by adding "Sass" in "ignored_packages" in Preferences (press Ctrl + , on Mac) like this, both syntax highlighting and suggestion feature won't work
Ideally, only suggestion from LSP-css will show because it has More button which will show short documentation when clicked. Or, only one of them will be showed.
Hi, I'm using Sublime Text 4 with LSP-css and Sass package. I use Sass package for syntax highlighting but it appears to show duplicate suggestion.
This is an example of coding in
.scss
file.If I disable the package by adding
"Sass"
in"ignored_packages"
in Preferences (pressCtrl + ,
on Mac) like this, both syntax highlighting and suggestion feature won't workIdeally, only suggestion from LSP-css will show because it has More button which will show short documentation when clicked. Or, only one of them will be showed.
Any help on this is greatly appreciated.