Godot plugins and tools to enhance your development experience.
tales
Bring Godot up to par with your favorite IDE. These plugins will help speed up your in-editor workflows and elevate your overall development experience.
This plugin is a must have for any developer using the IDE within the Godot Editor. It adds some much needed QoL features that speed up your workflow.
Scripts are now shown as Tabs inside a TabContainer
The Outline got an overhaul and shows more than just the methods of the script.
Scripts can be opened in a Popup with a defined shortcut or when clicking the three dots on the top right of the TabContainer for quick navigation between scripts
Files can be quickly searched by the Quick Search Popup with Shift + Shift
All settings can be changed in the Editor Settings under Plugin -> Script IDE
A plugin for Godot 4 that adds a tab for viewing and editing folders of Resources as data tables, one Resource per row. It was made from necessity when trying to develop another plugin.
Edit Text, Numbers, Colors and Booleans via keyboard, and view Resources, Arrays and Enums editable through Inspector.
Multi-cell text editing right in the table view.
CSV support - Import, Export or Edit directly with strongly-typed columns
Loggie is a Godot string composer and logger developed for 4.0+, for those who could use a couple of improvements and more control over how console and logfile output is styled and handled.
Dear ImGui is a popular library for rapidly building tools for debugging and development. This plugin allows you to use ImGui in Godot with C# (with the aid of ImGui.NET), C++, and GDScript.