Skip to content

Adds support for context-aware completions, diagnostics, and more for Stencil projects in editors that support the Language Server Protocol (LSP)

Notifications You must be signed in to change notification settings

natemoo-re/stencil-languageserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Adds support for context-aware completions, diagnostics, and more for Stencil projects in editors that support the Language Server Protocol (LSP)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published