Does XCode have a cursor navigation stack like Visual Studio? -
The Visual Studio cursor tracks the positions and lets you move forward and backward through these conditions, for example, you Ctrl + - to navigate backward and type Ctrl + Shift-to forward.
I think XCode tracks the history of the files you've seen, but does it even allow me to go through the cursor to move forward and backward?
The reason I ask because I think by using the double left click command, I go to function definitions (often in a single file), and then I want to quickly get the first one The file itself was in the file because I am in the same file file history navigation is not useful Currently I have to find out through the code to find out where I was, which was tedious.
Thanks
In EXOD4, [Control + Command + & lt; -] Previous, go to [Control + Command + ->], go to the next one.
Comments
Post a Comment