Chapter 21. Workspace SymbolsYou can explore all the types like classes, modules, entities, interfaces or structs that are defined in your project using
Workspace Symbols. Use the
Go to Symbol in Workspace... command and search for an element by name. You can select an entry from the drop-down list in order to jump to its source code.
Note: By default, Workspace Symbols will display 100 items from each category (types, macros, files). To customize this value, use the
DVT.workspaceSymbols.maximumNumberOfSymbols preference.
Workspace Symbols supports semantic search, allowing to look for a specific type or file. In order to do this, use the
Go to Symbol in Workspace... command and structure your query in the following manner:
type:filter_name. DVT supports the following types:
architecture configuration entity file library package package_body type type_body
|