Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 938 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 938 Bytes

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