Feeds:
Posts
Comments

Archive for the ‘navigation’ Category

Straight to the implementation

In an earlier blog, I wrote about using F3 to navigate to the declaration of a symbol, say a method. This works great until you hit an interface type and need to find the actual implementation. One way to get the implementation is to hit F4, which shows the type hierarchy in a separate view. The [...]

Read Full Post »

Back and forth we go

Once you’ve F3′d your way somewhere and you want to get back to where you were, you *could* hit the left arrow icon in the toolbar . But if a crowd of restless onlookers is watching you code (as they would be) and you want to impress them (as you would) then you bust out alt-leftarrow… oooh! Then before they [...]

Read Full Post »

Now F3aturing…

Do you ever find yourself wondering how do I get there from here, where “there” might be a restaurant, the nearest bus stop or Courtney Cox and David Arquette’s house? If only life had an F3 key. Highlight a symbol in your open editor (symbol means keyword like a variable, method name, class name, etc) and jump [...]

Read Full Post »