Guillermo
Guillermo

Reputation: 57

Visual Studio editor go to next or previous sub o function

I'm starting with Visual Studio 2015 and have a question in Code Editor when using large Sub or Function in vb.net.

I would like navigate fast to the start or End of the actual Sub/Function. Also I would like later return to the previous point....

I remember in vb6 you would use Ctrl+PgUp and Ctrl+PgDn to navigate between Subs/Functions.

There is some hotkeys availables in vs editor?

For example, you are in the middle of an very large Sub and you need to type some code at start or end and after this return to the actual point.

Sorry if the question is so novice, and sorry my poor English.

Thanks.

Upvotes: 0

Views: 1087

Answers (1)

Clijsters
Clijsters

Reputation: 4256

Could it be compatible to the answer in this Question reg. VS 2010?

Keyboard shortcut to move cursor between methods in Visual Studio

Upvotes: 1

Related Questions