LSP-css
CSS, SCSS, LESS support for Sublime's LSP plugin
Details
Installs
- Total 16K
- Win 6K
- Mac 5K
- Linux 5K
| Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 0 | 2 | 3 | 1 | 12 | 6 | 2 | 2 | 1 | 3 | 1 | 4 | 6 | 0 | 2 | 4 | 2 | 4 | 2 | 4 | 3 | 7 | 6 | 4 | 2 | 4 | 8 | 2 | 5 | 1 | 8 | 2 | 6 | 2 | 2 | 4 | 3 | 2 | 3 | 4 | 9 | 2 | 5 | 1 | 3 | 1 |
| Mac | 0 | 0 | 0 | 2 | 2 | 2 | 4 | 4 | 2 | 2 | 1 | 3 | 0 | 1 | 3 | 2 | 1 | 0 | 1 | 3 | 2 | 5 | 1 | 2 | 2 | 3 | 3 | 2 | 2 | 1 | 2 | 2 | 1 | 2 | 3 | 0 | 0 | 5 | 3 | 2 | 1 | 3 | 6 | 3 | 3 | 2 |
| Linux | 1 | 4 | 1 | 2 | 3 | 2 | 3 | 3 | 4 | 3 | 4 | 4 | 5 | 6 | 3 | 3 | 0 | 2 | 5 | 6 | 3 | 10 | 3 | 0 | 3 | 5 | 3 | 8 | 5 | 4 | 4 | 4 | 5 | 5 | 4 | 5 | 3 | 7 | 5 | 5 | 1 | 2 | 5 | 8 | 6 | 3 |
Readme
- Source
- raw.githubusercontent.com
LSP-css
CSS, SCSS, LESS support for Sublime's LSP plugin provided through VS Code's CSS language server.
Installation
- Install LSP and
LSP-cssfrom Package Control. If you use Sass install Sass. If you use Less install LESS. - Restart Sublime.
Configuration
There are some ways to configure the package and the language server.
- From
Preferences > Package Settings > LSP > Servers > LSP-css - From the command palette
Preferences: LSP-css Settings
FAQs
- I'm getting duplicate suggestions in the completion popup.
Sublime Text comes with a plugin that provides completions for the CSS and HTML syntaxes. This results in duplicate completions when using this package.
To disable ST's built-in completions for CSS syntax, for example:
- open any CSS file
- run Preferences: Settings - Syntax Specific from the Command Pallete
- add "disable_default_completions": true in the view on the right
Repeat for other syntaxes that provide built-in completions. Same applies to third-party SASS package that provides SASS and SCSS support.