stylable-intelligence-service

Stylable Language Server


Keywords
css, language-server-protocol, lsp, lsp-server, stylable, style, styling, theme, theming, vscode-extension
License
BSD-3-Clause
Install
npm install stylable-intelligence-service@0.0.64

Documentation

stylable-intelligence

Visual Studio Marketplace Build Status Build status Visual Studio Marketplace npm version

Overview

Stylable Intelligence is an extension implementing the Language Server Protocol that provides IDE support for Stylable.

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' 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.

Development

Information about running the Stylable Intelligence development enviroment can be found here.