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
File is on the fly compiled by LiveScript compiler and any errors are reported.
Very limited at the moment:
- keywords
- build-in types
- variables in current file
- imports (simple)
There is limited support for imports autocompletion - only require! {}
and esm flavored import
work.
Provides simple information based on official livescript documentation.