livescript-idea icon indicating copy to clipboard operation
livescript-idea copied to clipboard

LiveScriptIdea is a plugin for your JetBrains IDE to develop your LiveScript.

Results 8 livescript-idea issues
Sort by recently updated
recently updated
newest added

If I use this plugin, Idea no longer saves files, regardless of the file type. Uninstalling this plugin fixes the problem. Ubuntu 16.04, Intellij Idea 2016.3.5.

"Editor -> Code Style -> LiveScript" doesn't show anything, throws exception with a message: com.intellij.psi.codeStyle.LanguageCodeStyleSettingsProvider.usesSharedPreview()Z

It's really difficult to use LiveScript without at least basic support for navigation (Jump to Declaration, Find usages. etc).

Using `~` to get a method with bound scope is marked as error. ``` class A m: (b)-> @n b n: (c)-> console.log c a = new A a~m .....

Thanks for making this plugin! It would be really nice if there was autocomplete support, similar to the coffeescript and javascript support. Live as you type hints, etc. Thank you

Livescript allows variables with - in the name.

Can this work in conjunction with Nodejs for idea: http://www.jetbrains.com/idea/features/nodejs.html Would be cool.

enhancement