Skip to content

bartosz-m/vscode-livescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Language Server Protocol for LiveScript implemented as plugin for VSCode.

Behind the scene it uses pluggable LiveScript compiler

WIP!

Features:

  • diagnostics
  • autocompletion (simple)
  • hover (some operators only)
  • code actions
  • outline view
  • data tips
  • signature
  • integration with live preview
  • integration with build system

Diagnostics

Errors

File is on the fly compiled by LiveScript compiler and any errors are reported.

autocompletion

Autocompletion

Very limited at the moment:

  • keywords
  • build-in types
  • variables in current file
  • imports (simple)

autocompletion

There is limited support for imports autocompletion - only require! {} and esm flavored import work. autocompletion
autocompletion autocompletion

Hover

Provides simple information based on official livescript documentation.

autocompletion

License

BSD-3-Clause

About

Livescript LSP support for Visual Studio Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published