Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/savetheclocktower/pulsar-ide-css-alpha
- Owner: savetheclocktower
- License: mit
- Created: 2024-06-18T07:32:46.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-18T07:35:58.000Z (6 months ago)
- Last Synced: 2024-06-18T08:57:56.981Z (6 months ago)
- Language: JavaScript
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
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.