Lost City - RuneScript Language Extension
A vscode extension that adds RuneScript language support
Installation
Get it here, or install it directly from the extensions marketplace within vscode
Feedback and Feature Requests
Give feedback or request features on this forums post
Features
- Syntax highlighting for all file formats
- Recoloring configs using a color picker
- Goto definitions (ctrl+click)
- Info displayed on hover
- Find all references
- Rename symbol
- Autocomplete suggestions
- Type normal trigger to open autofill suggestions for that category (i.e. '~' opens proc autofill suggestions)
- Type backtick (`) to open a list of possible autofill categories to choose from
- Type double backtick (``) to automatically determine autofill suggestion category, or falls back to command names if auto detection fails
VSCodium Installation
For VSCodium users, this is how to install:
git clone https://github.com/LostCityRS/RuneScriptLanguage.git
cd RuneScriptLanguage
npm install -g @vscode/vsce
vsce package
codium --install-extension runescriptlanguage-0.2.1.vsix
- Be sure to change the version number as needed
| |