English | 简体中文
Hulo-VSCode is the official VSCode extension for the Hulo language, a modern DSL that compiles to Bash, PowerShell, and VBS.
This plugin provides syntax highlighting, language support, and a better editing experience for Hulo scripts.
- Open VSCode.
- Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window.
- Search for Hulo Language Support.
- Click Install.
git clone https://github.com/hulo-lang/hulo-vscode
cd hulo-vscode
npm install
npm run compile
npx vsce package
Then:
- This will generate a
.vsix
file (e.g.,hulo-vscode-1.0.0.vsix
). - Open VSCode.
- Press
Ctrl+Shift+P
(orCmd+Shift+P
on macOS) to open the Command Palette. - Run the command: Extensions: Install from VSIX...
- Select the generated
.vsix
file. - Reload the window when prompted.
You should now see Hulo syntax highlighting, diagnostics, and other language features enabled.
- Syntax highlighting
- IntelliSense
- Diagnostics / error reporting
- Hover & go-to-definition
We welcome all kinds of contributions, including but not limited to:
- Reporting bugs
- Submitting issues or feature requests
- Sending pull requests
Please check the issues page and follow the contribution guidelines.
This project is licensed under the MIT License, see LICENSE for details.