项目作者: natemoo-re

项目描述 :
Adds support for context-aware completions, diagnostics, and more for Stencil projects in editors that support the Language Server Protocol (LSP)
高级语言: TypeScript
项目地址: git://github.com/natemoo-re/stencil-languageserver.git
创建时间: 2018-08-12T17:15:01Z
项目社区:https://github.com/natemoo-re/stencil-languageserver

开源协议:

下载


Stencil Language Server

The Stencil Language Server (SLS) is built upon the Language Server Protocol. It enables anyone to add support for Stencil projects in their favorite editor.

Features

  • Context-aware completions
  • Decorators
    • Component Lifecycle Methods
    • Component Methods (hostData, render)
    • @Watch(...props)
    • @Listen(...events)
  • Document Links
  • Diagnostics

To enable these features in your editor, you can install one of the extensions below (or build your own!)

Editor Plugins

Creating an Editor Plugin

LSP Extensions

This language server implements some LSP extensions, prefixed with an x.

  • Files extension
    Allows the server to request file contents without accessing the file system