Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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