There’s some sort of issue with the VisualGDB format settings when inserting braces or parens while editing a column.
Example code:
int a = 0;
int b = 1;
int c = 2;
int d = 3;
If I column select just before the values and type a paren (or brace) the code erases everything between the top value and the last value, and inserts newlines:
int a = (
)3;
See the attached images.
I’ve tried disabling absolutely everything in Tools->Settings->Text Editor->C/C++(VisualGDB)->Formatting. It does not fix this issue. I’m pretty sure this is a VGDB issue, since I don’t have this issue in vanilla VS2019 C++ projects.
Attachments:
You must be
logged in to view attached files.