ide-livescript
LiveScript language support for Atom-IDE
Bartosz Matuszewski 1,419 0 0.2.0 BSD-3-Clause GitHub

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

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

Plugins

Live preview

Install livescript-ide-preview to get preview of current file transpiled to js. live preview

License

BSD-3-Clause