Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>Gill Language vscode SupportNew to Visual Studio Code? Get it now.
Gill Language vscode Support

Gill Language vscode Support

Point Dev

| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Gill Language Support for VS Code

This extension provides early Gill language integration for Visual Studio Code.

Features

  • Syntax highlighting for .gill files
  • Language snippets for Gill programs
  • Hover descriptions for common Gill constructs
  • Extension icon for marketplace listing

Getting Started

  1. Open a .gill file in VS Code.
  2. Run the command Gill: Open Welcome from the command palette.
  3. Use gill-program snippet to scaffold a new program.

Language Syntax

Gill supports a hybrid style inspired by C, Rust, and Lisp.

Example:

NAME="printtoconsole"
DESC="Print program"

func main() {
    print.console("Hello");
}
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft