Devlogs
GDScript Refactoring 1.0.7
✨NEW Features and improvements
Find all references
- Alt+Shift+F2 (or right-click → Find all references) on any user-defined symbol
- Opens a dockable References panel at the bottom of the editor (next to Output / Debugger)
- Every usage is listed, grouped by file, with syntax-colored source lines and the occurrence highlighted, just like the rename preview
- Click any line to jump straight to that file at the exact position
- The shortcut is customizable (see Customizing the shortcuts below)
Both tools
- Smart context menu: the Rename... and Find all references entries only appear when the cursor is on a usable symbol, never on keywords, built-in types (
Vector2, String…), native engine classes (Node, Sprite2D…), numbers, strings, or comments
- Cross-platform paths: file URIs from the language server are resolved correctly on Windows, Linux, and macOS (previous bug fixed for Linux and macOS)