MicroTip: Searching

Finding the correct code to edit is essential. Here are a few shortcuts to make that easier:

Ctrl+I => Incremental search. Just hit the keystroke and start typing. Your cursor will move to the next match.
Ctrl+F => You better know this one!
Ctrl+Shift+F => Find All.
F3
=> Next match.
Ctrl+Shift+F7 => Highlight usages. Esc clears the highlight. Use it more than once is you will see it is a stack.
Alt+F7 => Find usages. Excellent for detecting the scope of a refactoring.

Practice these until they are burned into your fingers. I honestly had to execute the command and watch my fingers.

Comments

Popular posts from this blog

Simpler Tests: What kind of test are you writing?

Architecture at different levels of abstraction

TFS to SVN Conversion with History