A plugin that adds Godot Engine and GDScript language support to IntelliJ-based IDEs.
GDScript plugin for IntelliJ IDEA is an open-source plugin that adds support for the Godot Engine's GDScript language to IntelliJ-based IDEs. It provides syntax highlighting, code completion, and other editing features to help developers write GDScript code more efficiently within a familiar IDE environment. The plugin integrates with Godot's API and supports multiple engine versions for accurate development workflows.
Godot Engine developers who use IntelliJ-based IDEs (like IntelliJ IDEA, PyCharm, or CLion) and want enhanced tooling for writing GDScript code.
Developers choose this plugin to leverage IntelliJ's powerful code editing, navigation, and productivity features while working on Godot projects, avoiding the need to switch between different editors or use basic text tools for GDScript development.
Godot Engine and GDScript support plugin for IntelliJ based IDEs
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Supports Godot versions from 3.2 to 4.1 with updatable completion data via scripts like update-api.sh, ensuring accurate API suggestions across engine updates.
Leverages IntelliJ's productivity tools, including syntax highlighting, intelligent code completion, and error detection for issues like mixed indentation, enhancing coding efficiency.
Works with all IntelliJ-based IDEs and integrates into project management systems, allowing GDScript files to be handled alongside other languages in a unified environment.
Provides specific solutions, such as adding .editorconfig files to enforce tab-based indentation, helping maintain code consistency and avoid common pitfalls.
Lacks features like scene linking or real-time debugging available in Godot's built-in editor, focusing solely on code editing without full game development context.
Requires running scripts and using tools like Grammar-Kit to update parsers and completion data for new Godot versions, which can be time-consuming and complex.
Only compatible with IntelliJ-based IDEs, limiting flexibility for developers who use other editors or prefer cross-platform tools outside JetBrains' ecosystem.
Does not offer advanced debugging capabilities like breakpoints or variable inspection within IntelliJ, forcing reliance on Godot's external tools for debugging workflows.