/intellij-runescript

RuneScript plugin for the IntelliJ Platform

Primary LanguageKotlinMIT LicenseMIT

RuneScript Plugin for IntelliJ IDEA

Build Version Downloads

RuneScript is a plugin that adds support to the RuneScript language to IntelliJ IDEA.

Installing

To install the plugin, follow the following steps:

  1. Navigate to Settings > Plugins > Marketplace in your IDE.
  2. Search for "RuneScript" in the Marketplace.
  3. Click on the "Install" button next to the RuneScript plugin to install.

Features

  • Navigation
  • Search
  • Code Inspection
  • Refactoring
  • Find Usages
  • Syntax Highlighting
  • Inlay Hints
  • Formatting
  • Building
  • And more!

Notes

  1. The plugin utilizes the Neptune compiler for the build system.

Acknowledgements

The IntelliJ Rust plugin was used for reference. The Kotlin Compiler plugin was used for reference.