https://github.com/racklin/livescript-idea
LiveScriptIdea is a plugin for your JetBrains IDE to develop your LiveScript.
https://github.com/racklin/livescript-idea
Last synced: about 1 year ago
JSON representation
LiveScriptIdea is a plugin for your JetBrains IDE to develop your LiveScript.
- Host: GitHub
- URL: https://github.com/racklin/livescript-idea
- Owner: racklin
- License: unlicense
- Created: 2013-06-17T16:16:26.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-14T18:48:21.000Z (almost 13 years ago)
- Last Synced: 2024-04-09T15:28:33.319Z (about 2 years ago)
- Language: Java
- Size: 2.96 MB
- Stars: 18
- Watchers: 7
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Features
LiveScriptIdea is a plugin for your [JetBrains](http://www.jetbrains.com) IDE to develop your LiveScript.
Support Products: IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio
* Syntax highlighting with a color settings preference pane
* Commenting and uncommenting of line and block comments
* Highlighting of matching braces
* LiveScript File / Class Templates
* Code Style with a Code Style settings preference pane
* Preview Compiled LiveScript File
* File Watcher To Compile LiveScript File To JavaScirpt
## Installation
The plugin can be installed via the JetBrains plugin manager from within your IDE.
[Official Plugins Repository](http://plugins.jetbrains.com/plugin/7266)
Or download lastest binary and install from disk.
[Download Lastest Binary](http://livescript-idea.s3.amazonaws.com/livescript-idea.jar)
## LiveScriptIdea ScreenShot




The [LiveScriptIdea theme](
https://github.com/racklin/livescript-idea/raw/master/resources/theme/LiveScriptIdea.xml) provides a dark color scheme that
extends the fabulous [RailsCast](http://blog.bitfluent.com/post/198076049/railscasts-theme-for-rubymine) theme with fine
grained LiveScript colors. The font on the screenshot is [Meslo LG S DZ](https://github.com/andreberg/Meslo-Font).
To install the LiveScriptIdea color scheme on Max OS X, just download LiveScriptIdea.xml to
`~/Library/Preferences/RubyMine30/colors`, restart the IDE and select the new color scheme in your preferences.
For other platforms the folder within the Preferences directory is different, e.g. RubyMine31, IntelliJIdea10CE or
IntelliJIdea9, to just name a few.
## Development
* Source hosted at [GitHub](https://github.com/racklin/livescript-idea).
* Report issues on [GitHub issues](https://github.com/racklin/livescript-idea/issues). Please provide the failing code
snippet for the test.
* More [development information](https://github.com/racklin/livescript-idea/blob/master/DEVELOPMENT.md).
## Acknowledgement
LiveScript is a language which compiles to JavaScript. [LiveScript](http://livescript.net/).
LiveScriptIdea is fork of [CoffeeBrew](https://github.com/netzpirat/coffee-brew).
## License
LiveScriptIdea is free and unencumbered software released into the public domain. For more information, see [http://unlicense.org/](http://unlicense.org/) or the accompanying UNLICENSE file.