Skip to content
| Marketplace
Sign in
Visual Studio Code>Programming Languages>GCS LanguageNew to Visual Studio Code? Get it now.
GCS Language

GCS Language

Gilgamesh64

|
1 install
| (0) | Free
Syntax highlighting for Garbage Collector Scripts script files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GCS Language for VS Code

Version: 1.0.0
Author: Gilgamesh64

A Visual Studio Code extension for editing GCS scripts with full language support: syntax highlighting, autocompletion, hover documentation, squiggles, and integrated Markdown documentation.


Features

  • Syntax highlighting for keywords and parameters
  • Autocomplete for commands and parameters
  • Hover documentation for quick descriptions
  • Ctrl+Click opens full Markdown docs in side preview
  • Diagnostics with squiggles for invalid usage

Commands and Documentation Links

Command Description Documentation
MOV Moves the actor to absolute coordinates MOV.md
MOVREL Moves actor relative to current position MOVREL.md
ANI Changes the current animation ANI.md
WAIT Pauses execution WAIT.md
SND Sends a message SND.md
DO Executes another script DO.md
LISTEN Waits for a message with optional timeout LISTEN.md
SKIP Skips one frame SKIP.md

Click any link to open the full documentation in VS Code.


Installation

  1. Clone the repository or download the .vsix file.
  2. Open VS Code → Extensions → Install from VSIX...
  3. Select the .vsix file.
  4. Open a .gcs file to start using the extension.

Usage

  • Type a command like MOV and press Tab to insert a snippet with arguments.
  • Hover over commands to see a short description.
  • Press Ctrl+Click on a command to open full Markdown documentation in the side panel.
  • Invalid usage shows squiggles.

Local Documentation

All Markdown docs are located in the docs folder

Each file contains usage examples, parameters, and notes for developers.


Contributing

  • Add new commands or enhance documentation.
  • Keep consistency with numeric checks, autocomplete, hover, and squiggles.

License

MIT License

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft