-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
✨ Symbol Navigator #353
Copy link
Copy link
Closed
Labels
UIThis is UI relatedThis is UI relatedenhancementNew feature or requestNew feature or requestnavigatorworkspace
Metadata
Metadata
Assignees
Labels
UIThis is UI relatedThis is UI relatedenhancementNew feature or requestNew feature or requestnavigatorworkspace
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
Status
🏁 Complete
Description
It would be helpful to have a Symbol Navigator that provides a hierarchical list of symbols (e.g., classes, structs, enums, functions, variables) defined in the currently open file. This navigator would allow users to quickly jump to a symbol’s location and understand the structure of the file at a glance.
Proposed Features
Additional Context
This would improve navigation and code comprehension, especially in large files. It should integrate cleanly with the editor layout and maintain performance even in large projects.