sublimelsp / LSP-css

CSS, SCSS, LESS support for Sublime's LSP plugin
MIT License
37 stars 0 forks source link

Only LSP auto completion suggestion #20

Closed marcoSven closed 3 years ago

marcoSven commented 3 years ago

Is it possible to disable the build-in CSS auto-completion?

Screen Shot 2020-11-18 at 6 10 08 PM
rchl commented 3 years ago

When you have a *.css file opened, go to Preferences: Settings - Syntax specific in Command Pallette and set this setting:

"disable_default_completions": true

This semi-hidden setting currently exists for CSS and HTML syntaxes.

marcoSven commented 3 years ago

Thank you!