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.
Language Server
This extension has a language server available. You can begin by downloading the latest release of the language server file for your operating system and place it in a location you remember on your computer. The VSCode extension has an extension setting to specify the location of the langauge server binary. Open the settings menu using Ctrl+, then go to User > Commonly Used > Extensions and find the RAScript Language Server section. Underneath this youll find a string field called Language Server that you need to specify the full path to the binary, if it is not set or the file is not found the extension will default to some basic functionality (code jump, function hover text, code completion) without any RATools errors/Code Note hover text. You may need to restart VSCode after setting this value. Make sure the file path is correct otherwise the extension will show errors. Below are some examples of what the filepath could look like on different operating systems: