How to disable enter key for new line in VB intellisense in VS 2010

Locked How to disable enter key for new line in VB intellisense in VS 2010

  • Tuesday, January 24, 2012 8:10 AM
     
     

    Hi,

    I find that each time there is a new line when enter key is press in VB intellisense is annoying. Although space is ok, but each time it has a new space and I have to press return to remove it, which is also inconvienient for multiple selections. I think there should be a way to change it in VB project setup. How to do it? Thanks.

    York

    • Moved by Alexander Sun Wednesday, January 25, 2012 6:24 AM VB IDE issue (From:Visual Studio Setup and Installation)
    •  

All Replies

  • Thursday, January 26, 2012 6:35 AM
    Moderator
     
     Answered

    Hi York,

    There is not a valid way to change this behavior in default Visual Studio environment right now. However, you could use the TAB key to IntelliSense complete the current suggestion, without creating the new space. In a VB project, the space to show the intelligence suggestion can be removed by VS itself, so it should not be an inconvenience thing.

    Reference link at: http://social.msdn.microsoft.com/Forums/da-DK/vbide/thread/d820e657-5540-473b-b7f6-9e6fd066a5b9

    Best regards,


    Shanks Zen
    MSDN Community Support | Feedback to us
    • Marked As Answer by york Z Tuesday, January 31, 2012 8:13 AM
    •