README.md

April 14, 2026 · View on GitHub

official JetBrains project

JetBrains Godot

Godot plugin for JetBrains IDEs (IntelliJ IDEA, Rider, and all the others). Supports Godot 4.0 and higher

History

This plugin was originally developed by David (@IceExplosive) and was available on GitLab and the JetBrains Marketplace. When the original author could no longer maintain the project, JetBrains took over its development to ensure continued support for the Godot community. We're grateful for David's work that laid the foundation for this plugin.

Settings

List of features

Marketplace page

An independent set of tools for GDScript (Formatter, Linter, and more) that can work together with this plugin.
For example instead of plugin's built-in formatter, you can use theirs

gdformat
  • Install by their own tutorial
  • Add File Watcher Settings -> Tools -> File Watchers
  • File type: GDScript language file
  • Scope: Project files
  • Program: /home/{username}/.local/bin/gdformat
  • Arguments: -l 160 $FilePath$
  • Output paths to refresh: $FilePath$
  • Enable Auto-save edited files to trigger the watcher
  • Thanks to @e.sirkova for mentioning it.