Language server client for rl-lang, giving you diagnostics and hover information as you write.
Features
- Real-time diagnostics for type errors, undefined variables, and syntax errors
- Hover information for identifiers
- Powered by the built-in rl lsp server running over stdio
Usage
Install the extension and open any .rl file. The language server starts automatically in the background, no configuration needed.
Requirements
No separate installation needed. The rl binary is bundled with the extension for Linux and Windows (x86_64).
Related
- vscode-rl - syntax highlighting
- vscode-rl-lang - run, check, and scaffold projects
Links
- Language: rl-lang/rl-lang
- Extension: rl-lang/vscode-rl-lsp
License
MIT