BrightScript language support for IntelliJ Platform
- Syntax highlighting
- Code formatting (auto-indentation)
- Code folding
- Statements auto-completion
- GoTo declaration
- Java 8
- Clone project repo
git clone https://github.com/interfaced/brightscript-intellij-plugin.git
- Enter to the project dir
cd brightscript-intellij-plugin
- Run build task
./gradlew buildPlugin
- Run auto-tests
./gradlew test
- Run IDE instance with installed plugin
./gradlew runIde