Description
Changelog
Reviews
Features
- Quick Symbol Search: Instant access to all symbols in the current script using
Ctrl + Shift + O. - Fuzzy Matching: Find symbols quickly by typing just a few characters. Embrace the lazy.
- Live Navigation: The script editor jumps to the symbol's location as you navigate the search list, providing an immediate preview.
- Reset Cursor Position: If you cancel the search (Esc), the cursor position resets to the starting line and column.
- Comprehensive Symbol Extraction: Currently parses and categorizes
func,var,const,signal, andstaticsymbols. - Detached Script Editor Support: Works when script editor is popped out!
- Symbol Cursor Go-To: Places the caret at the exact line and column of the selected symbol.
- High Performance: Built with C++ (GDExtension) for near-instant indexing and filtering, even in massive script files.
Usage
Once the plugin is enabled, you can use the following keyboard shortcuts:
- Trigger the Popup:
- Press
Ctrl + Shift + O. - A popup will appear, displaying a list of symbols in your active script, sorted from top to bottom.
- Press
- Navigate the List:
- Use the arrow keys to navigate symbols. The script editor will goto the selected symbol's line as you navigate about.
- Select a Symbol:
- Press the
Enterkey. - The editor will goto the line your selected symbol is on in the Script Editor.
- Press the
Changelog for version v1.0.0
No changelog provided for this version.