Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/savetheclocktower/pulsar-ide-css-alpha

A Pulsar-native IDE provider package for CSS, SCSS, and LESS
https://github.com/savetheclocktower/pulsar-ide-css-alpha

Last synced: about 1 month ago
JSON representation

A Pulsar-native IDE provider package for CSS, SCSS, and LESS

Awesome Lists containing this project

README

        

# pulsar-ide-css-alpha package

An experiment at running Visual Studio Code’s CSS language server in [Pulsar](https://pulsar-edit.dev).

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` and `linter-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.