“Right Click” keyboard short cut for Visual Studio?

后端 未结 5 781
失恋的感觉
失恋的感觉 2021-02-03 23:11

I\'m trying to force myself to use as little mouse as possible and I can\'t find the answer to this simple short-cut anywhere! Here the the steps:

  1. Open up Visual S
5条回答
  •  情歌与酒
    2021-02-03 23:49

    To open a new file without keyboard you can use CTRL + SHIFT + N (Using Resharper) To show up the right click menu for any part of your code. Point to the part that you want and use SHIFT + F10

    Normally, I like using CTRL + SHIFT + G (Resharper again) for getting the Navigation menu (Usage, Base, Implementation, etc)

    Even better if you want to go to any Method/class/intenal/or a field, use CTRL + SHIFT + ALT + N (Again using Resharper), this will bring you a list of all that match your criteria to choose from.

提交回复
热议问题