BrightScript plugin
Info
BrightScript language support for IntelliJ Platform
Features
- Syntax highlighting
- Code formatting (auto-indentation)
- Code folding
- Statements auto-completion
- GoTo declaration
Build
Requirements
Instructions
- 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
Test
- Run auto-tests
./gradlew test
- Run IDE instance with installed plugin
./gradlew runIde