LSP-css
CSS, SCSS, LESS support for Sublime's LSP plugin
Details
Installs
- Total 12K
- Win 4K
- Mac 4K
- Linux 4K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 2 | 6 | 3 | 3 | 3 | 0 | 0 | 3 | 3 | 10 | 2 | 4 | 6 | 4 | 3 | 3 | 3 | 3 | 3 | 3 | 4 | 8 | 4 | 1 | 4 | 4 | 1 | 8 | 2 | 2 | 4 | 4 | 2 | 2 | 4 | 0 | 4 | 4 | 5 | 4 | 6 | 1 | 3 | 4 |
Mac | 0 | 0 | 0 | 2 | 3 | 1 | 5 | 0 | 0 | 2 | 0 | 2 | 1 | 0 | 0 | 2 | 3 | 2 | 3 | 2 | 2 | 1 | 4 | 1 | 1 | 0 | 0 | 3 | 3 | 3 | 5 | 0 | 2 | 0 | 6 | 1 | 4 | 3 | 2 | 2 | 4 | 4 | 4 | 1 | 6 | 6 |
Linux | 3 | 1 | 0 | 4 | 2 | 4 | 1 | 0 | 0 | 3 | 1 | 1 | 2 | 1 | 4 | 0 | 2 | 3 | 3 | 2 | 2 | 0 | 2 | 3 | 3 | 3 | 3 | 1 | 3 | 0 | 0 | 3 | 1 | 4 | 1 | 3 | 4 | 4 | 9 | 5 | 2 | 3 | 3 | 5 | 3 | 1 |
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-css
from 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.