T O P I C R E V I E W |
madturtle84 |
Posted - Oct 13 2021 : 01:56:29 AM I've encounter an issue that when I click "Go to Definition (F12)" on a function, it list all classes with method of the same name.
When inspecting function like Tick() or BeginPlay() the list will be extremely lengthy.
Is it possible to jump between definition and declaration within the same class? |
2 L A T E S T R E P L I E S (Newest First) |
madturtle84 |
Posted - Oct 13 2021 : 11:11:11 PM Thanks a lot that's exactly what I need! |
feline |
Posted - Oct 13 2021 : 06:44:20 AM F12, the Go to Definition command is an IDE command, so nothing to do with Visual Assist.
The Visual Assist command you are looking for is Alt-G, Goto, which lets you jump between the declaration and implementation of a function with the same keyboard shortcut / command. It is all explained here:
https://docs.wholetomato.com/default.asp?W191
you will probably also be interested in Alt-Shift-G for Goto Related, which lets you jump to related items, including offering a searchable dialog listing all of the members of the class the symbol belongs to:
https://docs.wholetomato.com/default.asp?W478 |
|
|