Are there shortcut keys in the IDE to move the cursor to the top and bottom of a procedure?

已锁定 Are there shortcut keys in the IDE to move the cursor to the top and bottom of a procedure?

  • 2012年4月15日 14:45
     
     

    I cannot find these anywhere despite googling for quite a while. There's just about everything else but not these seemingly. I want to be able to go back to the top of a (long) procedure and then back down to the bottom, without scrolling or paging down etc.

全部回复

  • 2012年4月15日 15:25
     
     

    here are the keyboard mappings.

    http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=13189


    “This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.”

  • 2012年4月16日 3:30
     
     

    There do not seem to be any shortcuts then for doing the above. Perhaps MS would like to rectify this.

    BTW I have posted this answer now several times but the Forum site does not seem to accept it. So sorry if you think that I have simply not answered - I have but "couldn't get through". I have quite often, trouble in re-posting or trying to post answers. It is very frustrating especially after writing long texts. It is doing it now - I have clicked "Submit" several times but nothing happens. It seems the reason for this is that the Forum does not like Opera or rather my settings in Opera (although I can and do post normally from Opera) - I have now posted this using IE9.

  • 2012年4月16日 5:27
     
     已答复

    Sounds like it might be a worthwhile functionality request

    you can post it on Connect:

    http://visualstudio.uservoice.com/forums/121579-visual-studio


    “This forum post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.”

    • 已标记为答案 Sansevieria 2012年4月18日 5:34
    •  
  • 2012年4月18日 5:34
     
     

    Yes, I have suggested this now - good idea. Thanks.

  • 2012年5月4日 7:50
     
     

    Hi Sanseviera, I assume what you'd like is similar to what you can do with brace matching in C#, i.e., type Ctrl +] to toggle between opening and closing braces, which of course will also work for the start and end of functions. I occasionally do VB coding and I too miss this feature. I would have expected them to have added it by now but perhaps not enough people have requested it?


    Kevin