Skip to content

🚀 Giz language support for VSCode

License

Notifications You must be signed in to change notification settings

gizlang/vscode-giz

Repository files navigation

vscode-giz

VSCode Extension CI

Giz support for Visual Studio Code.

Syntax Highlighting, Code Completion

Features

  • syntax highlighting
  • basic compiler linting
  • automatic formatting
  • optional Giz Language Server features
    • completions
    • goto definition/declaration
    • document symbols
    • ... and many more

Automatic Formatting

To enable automatic formatting add the giz command to your PATH, or modify the Giz Path setting to point to the giz binary.

Creating .vsix extension file

npm install
npm run compile
npx vsce package

Releases

No releases published

Packages

No packages published