Godot Integration
GRID provides GDScript support and project integration for Godot 4. Open your project in Godot Editor from GRID, install the GRID Bridge addon, and use engine-aware snippets.
Features
GDScript support
Language configuration and snippets for .gd files: Node, CharacterBody2D/3D, signals, @export, Resources, and common callbacks.
Project detection
Automatically detects Godot projects when a project.godot file is in the workspace and offers to install the GRID plugin.
Open in Godot Editor
Launch the current project in Godot from the command palette. Editor path is auto-detected on Windows, macOS, and Linux.
GRID Bridge addon
Install a minimal editor plugin under addons/grid_bridge for future GRID–Editor communication. Enable it in Project → Project Settings → Plugins.
Installation
Automatic (Recommended)
Settings
- godot.editorPath – Path to Godot executable (optional; GRID auto-detects on Windows, macOS, and Linux).
- godot.autoInstallPlugin – Offer to install the GRID plugin when a Godot project is detected (default: true).
How It Works
GDScript snippets
In .gd files, use these prefixes for quick inserts:
Compatibility
Need help?
Having issues with the Godot integration? Visit our Support page or join our Discord community.