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.4
    1.2.0
  • github.​com
  • github.​com
  • 3 months ago
  • 2 hours ago
  • 6 years ago

Installs

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

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.