rascript-language-server

September 12, 2025 ยท View on GitHub

RAScript Language Server

Provides language support for the RATools scripting language conforming to Microsofts Language Server Protocol

GitHub License pipeline GitHub Tag GitHub repo size

Requirements

  • dotnet
  • Make

Quickstart

To start, download and unzip the latest binary release for your operating system here. Point your language server client to the location of the downloaded binary, example:

Linux/MacOS:

/home/joshraphael/rascript-language-server_v0.0.1_linux-x64

Windows:

C:\Users\joshraphael\rascript-language-server_v0.0.1_win-x64.exe

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 or class.

Projects Using rascript-language-server