stylable-intelligence

Stylable Language Services - syntax highlighting, completions, hinting and more for the Stylable CSS preprocessor.

Usage no npm install needed!

<script type="module">
  import stylableIntelligence from 'https://cdn.skypack.dev/stylable-intelligence';
</script>

README

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.