Official Visual Studio Code extension for the Juno Programming Language.
- Syntax highlighting
- Language Server Protocol (LSP) support
- Diagnostics
- Go to Definition
- Hover information
- Auto completion
More features will be added as Juno evolves.
The extension requires the Juno Language Server to be installed.
Install it using Cargo:
cargo install junolsp- Install the Juno VS Code extension.
- Install the language server:
cargo install junolsp- Open a folder containing
.junofiles.
The extension will automatically start the language server.
Found a bug or have a feature request?
Please open an issue on the JunoLang GitHub repository.
This extension is licensed under the terms of the MIT License.