RuneScript is a plugin that adds support to the RuneScript language to IntelliJ IDEA.
To install the plugin, follow the following steps:
- Navigate to
Settings > Plugins > Marketplace
in your IDE. - Search for "RuneScript" in the Marketplace.
- Click on the "Install" button next to the RuneScript plugin to install.
- Navigation
- Search
- Code Inspection
- Refactoring
- Find Usages
- Syntax Highlighting
- Inlay Hints
- Formatting
- Building
- And more!
- The plugin utilizes the Neptune compiler for the build system.
The IntelliJ Rust plugin was used for reference. The Kotlin Compiler plugin was used for reference.