A VS Code extension that provides syntax highlighting, snippets and language server support for Hybroid.
Download this extension:
- Visual Studio Code marketplace: Download here
.vsixfile: GitHub Releases
hybroid.languageServerPath: Path to the Hybroid Language Server executable. If not specified, the hardcoded default will be used.hybroid.trace.server: Traces the communication between VS Code and the language server.
Hybroid: Restart Language Server: Restarts the Hybroid Language Server.
- Download Bun (if you don't have it already)
- Clone this repository
- Run
bun installto install dependencies - Download VSCE:
bun add -g @vscode/vsce - Run
vsce packageto build the extension. You should see a.vsixfile in the root of the project.
This project is licensed under MIT license.
The syntax highlighting is based on VS Code default Rust syntax definition.