exigow / intellij-gdscript

Godot Engine and GDScript support plugin for IntelliJ based IDEs
MIT License
149 stars 10 forks source link
gdscript godot intellij-plugin

GDScript plugin for IntelliJ IDEA Build Plugin Download

Screenshot

Works with all IntelliJ-based IDEs. List of available features is here.

Usage & Development

How to update grammars with Grammar-Kit plugin

How to install plugin manually

  1. Build plugin from sources, download latest stable version or any GitHub Actions artifact
  2. Navigate to: Settings | Plugins | :gear: | Install plugin from disk...

How to fix Mixed tabs and spaces in indentation error

To prevent mixing tabs (Godot defaults) with 4-space indents (IDE defaults), add .editorconfig file to your project directory:

[*.gd]
indent_style = tab