Skip to content

Instantly share code, notes, and snippets.

@Qubus0
Last active June 8, 2025 15:16
Show Gist options
  • Save Qubus0/96d7711c8ed80a36bf30ee99e1785d3f to your computer and use it in GitHub Desktop.
Save Qubus0/96d7711c8ed80a36bf30ee99e1785d3f to your computer and use it in GitHub Desktop.
A short list of plugins for improving the Godot Editor experience

Code Editing

Script IDE

adds code tabs and a better outline view
https://godotengine.org/asset-library/asset/2206
image

Script Split View

https://godotengine.org/asset-library/asset/3900
image

Advanced GDScript Autocompletion/ Code Templates

https://github.com/Herbherth/GDScript-Quality-of-Life
await_time

More code Templates/Macros

https://github.com/TheDuriel/MagicMacros
383687263-779b4cb5-f285-4489-a907-017e6e85bcb3

Simple Format On Save

Automatically formats GDScript whenever you save it, without installing gdtoolkits.
https://godotengine.org/asset-library/asset/3965
image

Color Preview

https://godotengine.org/asset-library/asset/1252
Note: obsolete since (4.5) godotengine/godot#105724
image

BBCode Autocompletion for doc comments

https://godotengine.org/asset-library/asset/3337
color_completion

Git Diff Margin

https://godotengine.org/asset-library/asset/3514
image

Indentation Guidelines

https://godotengine.org/asset-library/asset/3321
image

Inspector

Dictionary Inspector

https://godotengine.org/asset-library/asset/1599
image

Subresource Inspector

https://godotengine.org/asset-library/asset/2623
image

Blender Style Inspector Tabs

https://godotengine.org/asset-library/asset/3951
image

Debugging

Tracy Profiler in Godot - GodotTracy

https://github.com/Pineapple/GodotTracy
image

Runtime Console - Panku Console

https://godotengine.org/asset-library/asset/1558
image

Collect all script errors and warnings - Diagnostic List

https://godotengine.org/asset-library/asset/2482
image

Signal debugging - Signal Lens

https://godotengine.org/asset-library/asset/3620
image

Interface

Little Camera Preview

https://godotengine.org/asset-library/asset/2500
image

Preview Translations

obsolete after: godotengine/godot#96921
https://godotengine.org/asset-library/asset/3553
image

View 2D and 3D viewports at the same time

https://godotengine.org/asset-library/asset/3563
preview

Edit Resources as Table

https://godotengine.org/asset-library/asset/1479
image

Quicker Scene and Script Creation - Create Actor

https://github.com/SirLich/godot-create-actor image

Track the time you worked on a project

https://godotengine.org/asset-library/asset/3911
image

Unreal style FileSystem Drawer

https://godotengine.org/asset-library/asset/2945
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment