Description
Changelog
Reviews (0)
GDGist Community Edition
GDGist is a deeply integrated IDE Code Snippet Manager for Godot 4.6+. Built for developers who value strict organization. It eliminates repetitive boilerplate code by bringing robust snippet management directly into the editor workflow. It is a contextual workflow automation tool, not just a simple text saver.
Core Features- Project-Local Management: Create, manage, and insert project-specific snippets via a dedicated custom tree dock.
- Zero FileSystem Clutter: Snippets are safely stored in a hidden
.gdgistfolder, maintaining project root integrity. - Context-Aware Insertion: Press
RAlt+.to trigger an intelligent insertion menu. This contextual menu respects GDScript class inheritance to ensure you only see relevant code blocks. - Seamless Editor Integration: Fully supports drag-and-drop operations and syntax-highlighted tooltips for rapid visual parsing.
GDGist Pro Edition
A premium Pro Edition upgrade is available via itch.io, unlocking:
- Global Gists: Cross-project snippets stored in the OS user data directory, instantly available in every Godot project.
- Editor Scripts: Execute raw GDScript directly in IDE memory for fast task automation (e.g., node batch-renaming) without polluting your project with temporary script files.
- Interface Extractor: A custom parser that automatically extracts virtual/abstract methods into ready-to-use snippet blocks.
Changelog for version GDGist Community Edition
No changelog provided for this version.