Skip to content

VS Code extension providing RuneScript language support

License

Notifications You must be signed in to change notification settings

appelstroopwafel/RuneScriptLanguage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lost City - RuneScript Language Extension

Website | Discord | Forums | Rune-Server

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

Installation

For VSCode, this extension can be installed directly from the marketplace.

For VSCodium, a little bit of extra work is needed:

git clone https://github.com/LostCityRS/RuneScriptLanguage.git
cd RuneScriptLanguage
npm install -g @vscode/vsce
vsce package
codium --install-extension runescriptlanguage-0.1.2.vsix

About

VS Code extension providing RuneScript language support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%