Do you know that, you can quickly move between methods in Visual Studio using the Next Method and Previous Method navigational menus? This feature enables you to improve your productivity during development.
In this part of my Visual Studio Productivity Tips series, we will learn how easy it is to move back and forth through methods inside a code file.
Visual Studio Productivity Tips:
![Visual Studio Productivity Tips: How to move between methods and properties efficiently Visual Studio Productivity Tips: How to move between methods and properties efficiently](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEh3QgujpXHSm7wV3_0ZRgRg7zFlmleGOjslEzIOrBmxtBzTQczQLQkYG0ZWmxGm1zFS1QkZByU_Vv_pJKKuXgbQtFBLwl6xtGTh6MS2I6OQ7aMF19AIHl5RB3zYPPNvTVXHq2pjM_HBFTo/s1600-rw/visual-studio-2017-productivity-tips-efficiently-move-between-methods.jpg)
When you are in a code file inside Visual Studio, you will find two menu items named Next Method and Previous Method under the Edit menu. This allows you to navigate faster inside Visual Studio.
![Visual Studio Productivity Tips: How to move between methods and properties efficiently Visual Studio Productivity Tips: How to move between methods and properties efficiently](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhp-yGrCGRfgPLCALHyDyIrZWSYF7LpvokJFZgwv0bb7NH-AI20HUNvhyOWCiPxrP8BuwvbOpR0SvyCrTaDeaEzEeU9Ed_ro0zTd1X9QMb2z5OXePPhV02dGoMGO8DElH7mOCK6xPEpV0M/s1600-rw/visual-studio-2017-move-to-next-previous-method.jpg)
To move to the next method, select Edit | Next Method. When you want to move to the previous method, select Edit | Previous Method. This will help you to jump back and forth through the methods.
I hope that the post was useful and will help you to faster navigate between methods while writing/debugging code inside Visual Studio. Don't forget to share this with your friends and help them to navigate codes faster.