views:

20

answers:

1

Is there a key combo in VS2008 that will allow me to quickly jump to my using statments and then jump back to where I was after entering the required using statement?

A: 

you can go back where you come from by cntl + -

for jumping to using statement you can use cntrl + f, "using" (enter) :P

Umair Ahmed