pulsar-ide-css-alpha
Made for Pulsar!
A Pulsar-native IDE provider package for CSS, SCSS, and LESS (based on VSCode’s CSS language server)
This package provides the following services:
This package consumes the following services:
pulsar-ide-css-alpha package
An experiment at running Visual Studio Code’s CSS language server in Pulsar.
Supports CSS, SCSS, and LESS.
Features:
- Completion (via the builtin
autocomplete-plus
) - Symbol listing and navigation (via the builtin
symbols-view
) - Diagnostics (theoretically; haven’t seen any yet, but if they’re present they’d be consumed via
linter
andlinter-ui-default
) - Highlighting references (put your cursor on a token and see all other usages of that token; used via
pulsar-find-references
) - Other stuff I haven’t yet experimented with
Configuration
A recent version of Node should be used. The version of Node inherited from your shell environment will usually suffice; if Pulsar fails to find it, you may specify it in the “Path To Node Binary” configuration field.