I know that pressing ctrl- will take us to the last place. What about if we want to move forward? Also where in the vb.net documentation is this mentioned?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I believe you are looking for Ctrl + Shift + - (View.NavigateForward) it is the companion to Ctrl + - (View.NavigateBackword)
Microsoft released some PDF documents of the default KeyBindings for the various visual Studio Languages. It can be found at:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=13189
If that does’nt give you the information that you want you can view/edit the bindings by going to
Tools –> Customize. Then Click on the Keyboard button. You should get a form looking like this. You can then look at what the current bindings are and customize them accordingly