Workspace symbols¶
Quickly jump to any method or object across the whole project by name.
Shortcut: Ctrl+T
Workspace symbol search¶
The user presses Ctrl+T and types КурсВалюты to search for a symbol across the whole project. The list instantly filters down to methods and objects with that name, letting you jump straight to the right one in any configuration module.
Workspace symbol search: CamelHumps¶
In workspace symbol search (Ctrl+T) the user types just the leading letters of each word — ОбщНазн. CamelHumps matching maps them to word boundaries and finds ОбщегоНазначения and its related symbols without typing the full name.
Workspace symbol search: substring and ranking¶
In workspace symbol search (Ctrl+T) the user enters the substring значен. All symbols containing that fragment anywhere in the name are found, and the results are ranked by match relevance.
Workspace symbol search: fuzzy abbreviation¶
The abbreviation ЗначРекО is typed into the Ctrl+T palette. Fuzzy workspace-symbol search finds methods like ЗначенийРеквизитовОбъекта — the letters Знач/Рек/О are matched as a subsequence and highlighted.
← Back: Document symbols / Outline · Next: Document highlight →