This package provides the following services:
This package consumes the following services:
Language Server Protocol for LiveScript implemented as plugin for Atom editor.
Behind the scene it uses pluggable LiveScript compiler
WIP!
Features:
Diagnostics
Errors
File is on the fly compiled by LiveScript compiler and any errors are reported.
Autocompletion
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.
Hover
Provides simple information based on official livescript documentation.
Plugins
Live preview
Install livescript-ide-preview to get preview of current file transpiled to js.