Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wixplosives/stylable-intelligence
Stylable extension for Visual Studio Code
https://github.com/wixplosives/stylable-intelligence
css language-server-protocol lsp lsp-server stylable style styling theme theming vscode-extension
Last synced: 19 days ago
JSON representation
Stylable extension for Visual Studio Code
- Host: GitHub
- URL: https://github.com/wixplosives/stylable-intelligence
- Owner: wixplosives
- License: bsd-3-clause
- Created: 2017-07-16T16:00:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-26T21:37:01.000Z (24 days ago)
- Last Synced: 2024-10-26T23:20:58.188Z (24 days ago)
- Topics: css, language-server-protocol, lsp, lsp-server, stylable, style, styling, theme, theming, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=wix.stylable-intelligence
- Size: 14.2 MB
- Stars: 17
- Watchers: 40
- Forks: 6
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# stylable-intelligence
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/v/wix.stylable-intelligence.svg)](https://marketplace.visualstudio.com/items?itemName=wix.stylable-intelligence)
[![Build Status](https://github.com/wix/stylable-intelligence/workflows/tests/badge.svg)](https://github.com/wix/stylable-intelligence/actions)
[![Visual Studio Marketplace](https://img.shields.io/vscode-marketplace/d/wix.stylable-intelligence.svg)](https://marketplace.visualstudio.com/items?itemName=wix.stylable-intelligence)
[![npm version](https://badge.fury.io/js/stylable-intelligence.svg)](https://badge.fury.io/js/stylable-intelligence)## Overview
Stylable Intelligence is an extension implementing the Language Server Protocol that provides IDE support for [Stylable](https://www.stylable.io/).
Stylable Intelligence is currently only supported in VSCode (version 1.20.0 and later). Support for JetBrains IDEs (WebStorm, IntelliJ) is planned.
Currently supported: Code Completions, Diagnostics, Go to Definition, Syntax Highlighting
All CSS language support functionality is also supported (hover hints, inline color picker, etc.). Some CSS diagnostics were removed in order to support custom Stylable syntax.
## Installation
### From VSCode Marketplace
Install ['Stylable Intelligence'](https://marketplace.visualstudio.com/items?itemName=wix.stylable-intelligence) from the VSCode Extension Marketplace or inside VSCode in the Extension panel, search for "stylable-intelligence".
## Known Issues
Known issues may be found in the [Stylable Intelligence repo](https://github.com/wix/stylable-intelligence/issues).
### Development
Information about running the Stylable Intelligence development enviroment can be found [here](https://github.com/wix/stylable-intelligence/blob/master/dev.md).