Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 1.25 KB

README.md

File metadata and controls

39 lines (28 loc) · 1.25 KB

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.