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.
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.