Skip to content

Workspace symbols

Quickly jump to any method or object across the whole project by name.

Shortcut: Ctrl+T

← All features

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.

workspaceSymbol-01

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.

workspaceSymbol-02-camelhumps

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.

workspaceSymbol-03-substring

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.

workspaceSymbol-04-fuzzy


← Back: Document symbols / Outline · Next: Document highlight →