Feature | Description |
---|---|
Hover popover | Hovering over a symbol reveals the symbol’s definition signature as a inline preview. |
Go to definition | Clicking the “go to definition” button in the popover or clicking the symbol name navigates to the symbol’s definition. |
Find references | Clicking the “find all references” button in the popover lists all references in the explore panel. |
Explore panel | Lists all references and definitions for the symbol selected in the popover. |
symbolName
, along with information about the file the symbol is contained within (git_revision
, and language
), runs the following search:
symbolName
, along with information about the file the symbol is contained within (git_revision
, and language
), runs the following search:
sym:
prefix is used to filter the search by symbol definitions. These are created at index time by universal ctags.