Member List dropdown, hit return, please don't INSERT a return.

Sysprogs forums Forums VisualGDB Member List dropdown, hit return, please don't INSERT a return.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29249
    codefrog
    Participant

    In the text editor, when a dropdown member list appears in Visual Studio, hitting RETURN accepts the current dropdown entry, completes typing the member name, and then leaves the cursor on the same line.

    Under VisualGDB, this behavior is changed:

    hitting RETURN accepts the current dropdown entry, completes typing the member name, and then <b>goes to the next line and indents.</b>

    This is very annoying as VisualGDB shouldn’t be changing the behavior that Visual Studio has for text editing.

    #29250
    support
    Keymaster

    Sorry, we have tried reproducing this issue, but could not get the behavior you described. Please make sure you update to the latest VisualGDB 5.5 and also try disabling other Visual Studio extensions.

    If this doesn’t help, please try reproducing it on a clean project created from scratch and share the steps we could follow on our side to reproduce the issue (see our problem reporting guidelines).

    #29251
    codefrog
    Participant

    Updating Visual GDB and more importantly turning off Clang Intellisense has made me much happier thanks. Is there a global “Turn off Clang Intellisense” or do I have to do it for each project?

    #29252
    support
    Keymaster

    Hi,

    Please refer to the following page for an overview of IntelliSense engines and settings: https://visualgdb.com/documentation/intellisense/

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.