gkz / LiveScript

LiveScript is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.
http://livescript.net
MIT License
2.31k stars 155 forks source link

IDE full stack support #579

Open wende opened 9 years ago

wende commented 9 years ago

I'm working professionally in CoffeeScript. I really love LiveScript idea and would like to move, to develop in it, instead of coffee. However whilst CoffeeScript is widely supported by IDEs. LiveScript has only tiny plugin for JetBrains IDEs which is really poor.

In big projects like mine, good editor is key to good organization of work. Good IDE (Webstorm f.i) support would make this language much more appreciated.

Regards Krzysztof Wende Neon Tree Solutions Ltd.

ColCh commented 9 years ago

Bundle for Sublime Text is very good place to look! As far as I know, it's possible to install ST\Textmate bundle inside of JetBrains IDE. Good Luck! :+1:

racklin commented 9 years ago

+1

I'm glad to see this issue.
I'm LiveScript-Idea plugin developer. Need someone to implements lexer and psi for JetBrains IDE. https://github.com/racklin/livescript-idea

psytrx commented 9 years ago

I have added an editor margin for Visual Studio Web Essentials, which compiles and previews compiled code. https://github.com/madskristensen/WebEssentials2013

nazar-pc commented 8 years ago

@racklin, any chances to continue development? Also there is request to JetBrains for official support: https://youtrack.jetbrains.com/issue/WEB-6499