godotengine / godot-proposals

Godot Improvement Proposals (GIPs)
MIT License
1.12k stars 69 forks source link

Add an option to hide the symbols panel at the left of the script editor #10790

Open PixelTim opened 4 hours ago

PixelTim commented 4 hours ago

Describe the project you are working on

A game with lots of scripts

Describe the problem or limitation you are having in your project

It is not possible to hide the method list panel(that is below script list)

Describe the feature / enhancement and how it helps to overcome the problem or limitation

Add a option in "File" dropdown list to hide the method list panel(like button that hides script list)

Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams

Pressing the "Toggle method list" button will hide/show the panel: Untitled - 1

If this enhancement will not be used often, can it be worked around with a few lines of script?

No

Is there a reason why this should be core and not an add-on in the asset library?

This is core

dalexeev commented 3 hours ago

There is text_editor/script_list/show_members_overview editor setting:

tetrapod00 commented 1 hour ago

Ideally, it might be dynamically toggle-able with an arrow icon (like the entire script list is currently).