The editor-navigation tag has no wiki summary.
3
votes
5answers
340 views
Practices for navigating and changing “long” code files?
Many a times I have to deal with code files which are quite long - about 5 screen pages at the minimum. Almost always there is something towards the top/bottom that I need to refer when I'm at the ...
-1
votes
3answers
1k views
Fastest way to open a file in Visual Studio knowing only its name
What is the best/fastest way to open a file in Visual Studio knowing only its name? In Eclipse there is "Open Resource" which allows you to interactively search for all files in the workspace, but I ...
3
votes
1answer
213 views
What's the point of camel-case-navigation?
I heavily use CTRL+ to jump between tokens in code (the _s are the navigation points):
_fooBar _+ _barFoo_;
Some editors, like the one in the current version of QtCreator, have (by default or ...