Disable automatic brace completion

Sysprogs forums Forums VisualGDB Disable automatic brace completion

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #19911
    codefrog
    Participant

    I’m trying to disable “automatic brace completion” in VS 2017 (and any other version of VS), but VisualGDB seems insistent on typing things } ] ) for me that I don’t want.

    Unchecking “Automatic Brace Completion” under Options > Text Editor > All Languages doesn’t have any effect: it reverts to the semi-checked state on the next visit.

    Automatic Brace Completion is unchecked under C/C++ > General.

    Under C/C++ (VisualGDB) the option is entirely greyed out, indicating that it can’t be altered (although it’s not displayed as checked).

    VisualGDB seems pretty awesomely awesome for getting the project built but I do NOT want it interfering with my typing flow.

    So how do I disable this misfeature?

    thanks

     

     

    #19919
    support
    Keymaster

    Hi,

    Please use the following option to disable it: Tools->Options->Text Editor->C/C++ (VisualGDB) -> Advanced -> Typing Assist -> Auto-match brackets (you may need to reopen the source file for the changes to take effect).

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