ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

LSP-css

by sublimelsp ST3

CSS, SCSS, LESS support for Sublime's LSP plugin

Details

  • 1.2.7
    1.2.0
  • github.​com
  • github.​com
  • 2 months ago
  • 1 hour ago
  • 6 years ago

Installs

  • Total 14K
  • Win 5K
  • Mac 5K
  • Linux 4K
Aug 17 Aug 16 Aug 15 Aug 14 Aug 13 Aug 12 Aug 11 Aug 10 Aug 9 Aug 8 Aug 7 Aug 6 Aug 5 Aug 4 Aug 3 Aug 2 Aug 1 Jul 31 Jul 30 Jul 29 Jul 28 Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3
Windows 1 1 5 3 2 5 2 0 1 1 4 4 1 4 4 5 5 4 0 2 4 7 3 2 3 5 2 1 2 1 3 3 6 3 6 4 1 1 8 4 1 2 3 1 3 3
Mac 4 3 0 2 0 3 3 2 0 2 4 1 1 2 3 2 1 0 1 1 0 1 1 1 1 3 1 4 1 1 2 1 0 3 3 0 1 2 4 5 2 1 1 3 0 3
Linux 3 5 3 3 0 1 4 5 1 4 5 2 6 3 5 3 5 1 5 3 3 1 3 4 4 6 3 1 1 3 2 2 8 1 5 4 2 2 0 3 2 2 1 2 6 2

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.