IntelliJ IDEA
GDScript plugin for IntelliJ IDEA and other IntelliJ-based IDEs, providing syntax highlighting, autocompletion, and other features to enhance GDScript development.
https://github.com/exigow/intellij-gdscriptPreview Image

IntelliJ IDEA GDScript Plugin
This plugin brings GDScript support to IntelliJ IDEA and other IntelliJ-based IDEs. It enhances the development experience by providing features such as syntax highlighting, autocompletion, and code formatting. The plugin is designed to work seamlessly with various Godot versions.
Key Features
- Syntax Highlighting: Improves code readability by color-coding GDScript syntax.
- Autocompletion: Speeds up coding by suggesting code completions as you type.
- Code Formatting: Ensures consistent code style by automatically formatting GDScript files.
- Grammar and Lexer Support: Includes tools for updating grammars and lexers using Grammar-Kit plugin.
Installation
Install the plugin manually by building it from sources or downloading the latest stable version. Navigate to Settings | Plugins | ⚙️ | Install plugin from disk... to install the plugin.
Usage
The plugin provides commands for running a sandbox with the installed plugin, running plugin tests, building the plugin distribution, and publishing the plugin to the JetBrains repository.