Skip to content

hulo-lang/hulo-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Welcome to Hulo-VSCode ๐Ÿ‘‹

Hulo TypeScript Node.js Visual Studio Code


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.

๐Ÿš€ Getting Started

From the VSCode Marketplace

  1. Open VSCode.
  2. Go to the Extensions view by clicking the Extensions icon in the Activity Bar on the side of the window.
  3. Search for Hulo Language Support.
  4. Click Install.

From source

git clone https://github.com/hulo-lang/hulo-vscode
cd hulo-vscode
npm install
npm run compile
npx vsce package

Then:

  1. This will generate a .vsix file (e.g., hulo-vscode-1.0.0.vsix).
  2. Open VSCode.
  3. Press Ctrl+Shift+P (or Cmd+Shift+P on macOS) to open the Command Palette.
  4. Run the command: Extensions: Install from VSIX...
  5. Select the generated .vsix file.
  6. Reload the window when prompted.

You should now see Hulo syntax highlighting, diagnostics, and other language features enabled.

โœจ Features

  • Syntax highlighting
  • IntelliSense
  • Diagnostics / error reporting
  • Hover & go-to-definition

๐Ÿค Contributing

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.

๐Ÿ“ License

This project is licensed under the MIT License, see LICENSE for details.

About

๐Ÿ› ๏ธ VSCode extension for Hulo. Supports syntax highlighting and basic language features.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors