https://github.com/joshraphael/vscode-rascript
The Visual Studio Code RAScript extension provides language support for the RATools scripting language.
https://github.com/joshraphael/vscode-rascript
achievements rascript ratools retroachievements visual-studio-code vscode vscode-extension
Last synced: 11 months ago
JSON representation
The Visual Studio Code RAScript extension provides language support for the RATools scripting language.
- Host: GitHub
- URL: https://github.com/joshraphael/vscode-rascript
- Owner: joshraphael
- License: mit
- Created: 2025-02-20T18:58:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-03T00:03:54.000Z (11 months ago)
- Last Synced: 2025-03-03T00:49:31.690Z (11 months ago)
- Topics: achievements, rascript, ratools, retroachievements, visual-studio-code, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 124 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
#

vscode-rascript
# RAScript extension for Visual Studio Code
The Visual Studio Code RAScript extension provides language support for the [RATools](https://github.com/Jamiras/RATools) scripting language.
[](https://github.com/joshraphael/vscode-rascript/blob/main/LICENSE)
[](https://github.com/joshraphael/vscode-rascript/actions/workflows/publish.yaml)
[](https://github.com/joshraphael/vscode-rascript/tags)
[](https://github.com/joshraphael/vscode-rascript/archive/main.zip)
Available on the [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=joshraphael.rascript) and [Open VSX Registry](https://open-vsx.org/extension/joshraphael/rascript)
## Requirements
- VSCode
- NPM
- Make
## Quickstart
to start install all dependencies using `npm install`. Once installed the extension should be available to run in VSCode by pressing F5 to launch a new window running the code.
## Feature Highlights
- Syntax Highlighting - Custom RAScript syntax highlighting using TextMate.
- Function navigation - Jump to a functions defintion.
- Code Completion - Completion results appear for symbols as you type.
- Hover Info - Documentation appears when you hover over a function.