Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>GML HelpersNew to Visual Studio Code? Get it now.
GML Helpers

GML Helpers

Xavier Hocquet

|
4 installs
| (1) | Free
A VS Code extension for GameMaker Studio projects with GML helpers
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

GML Extension for VS Code

A VS Code extension designed specifically for GameMaker Studio projects, providing enhanced support for GML files

Features

GML Stitched View

The stitched view command loads all .gml files in a directory and displays them as a single, combined view. This is particularly useful for GameMaker Studio objects that have multiple GML files (Create, Step, Draw, etc.).

GML Stitched View

How to Use

  1. Command Palette: Ctrl+Shift+P → "Open GML Stitched View"
  2. Explorer Context: Right-click a folder, .gml, or .yy and choose "Open GML Stitched View"
  3. Editor Context: Right-click inside a .gml or .yy and choose "Open GML Stitched View"

Supported File Structure

The extension automatically detects and works with the standard GameMaker Studio project structure:

project/
├── objects/
│   ├── objDeckManager/
│   │   ├── Create_0.gml
│   │   ├── Draw_0.gml
│   │   ├── Step_0.gml
│   │   └── objDeckManager.yy
│   ├── objRoom/
│   │   ├── Create_0.gml
│   │   ├── Draw_0.gml
│   │   └── objRoom.yy
│   └── objRoomManager/
│       ├── Create_0.gml
│       ├── Draw_0.gml
│       ├── Step_0.gml
│       └── objRoomManager.yy
├── scripts/
├── rooms/
└── ...

License

MIT License - see LICENSE file for details.

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