How to disable code completition esspeciallay for {}

Sysprogs forums Forums VisualGDB How to disable code completition esspeciallay for {}

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #28187
    jokn
    Participant

    I don’t like the code completion of the braces {} after if and else statement especially because I cannot change it to the form
    if (statement) {
    } else {
    }
    In general, VisualGDB doesn’t seem to care about my Visual Studio format setting.

     

    #28189
    support
    Keymaster

    Hi,

    VisualGDB indeed uses its own settings to control every aspect for formatting. You can find out a searchable list of settings on the following page: https://visualgdb.com/settings/. It is automatically updated when VisualGDB settings are changed. E.g. try searching for “auto-format” for a detailed list of settings that control when VisualGDB would format code.

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