https://github.com/waleedyaseen/intellij-runescript
RuneScript plugin for the IntelliJ Platform
https://github.com/waleedyaseen/intellij-runescript
intellij runescript
Last synced: 4 months ago
JSON representation
RuneScript plugin for the IntelliJ Platform
- Host: GitHub
- URL: https://github.com/waleedyaseen/intellij-runescript
- Owner: waleedyaseen
- License: mit
- Created: 2023-05-18T18:23:33.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2026-03-26T15:43:31.000Z (4 months ago)
- Last Synced: 2026-03-26T20:36:55.911Z (4 months ago)
- Topics: intellij, runescript
- Language: Kotlin
- Homepage:
- Size: 2.79 MB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# RuneScript Plugin for IntelliJ IDEA

[](https://plugins.jetbrains.com/plugin/22431-runescript)
[](https://plugins.jetbrains.com/plugin/22431-runescript)
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](https://gitlab.com/neptune-ps/neptune) compiler for the build system.
## Acknowledgements
- The [IntelliJ Rust](https://github.com/intellij-rust/intellij-rust) plugin was used for reference.
- The [Kotlin Compiler](https://github.com/JetBrains/Kotlin) plugin was used for reference.
- Type checking code was taken and adapted from [Neptune](https://gitlab.com/neptune-ps/neptune).