Menu > Tools > Options

Text Editor > C#

  • General > Automatic brace completion = Off
  • Tabs > Keep tabs
  • Advanced > Insert * at the start of new lines when writing /* */ comments = Off
  • Code Style > Formatting > Indentation > General > Automatically format on paste = Off
    (disables really annoying effects of auto formatting on blocks below what you paste in)
  • Code Style > Formatting > Indentation > Indent case labels = Off

Turn off “# references” being auto displayed above everything by VS

  • Tools > Options > Text Editor > All Languages > CodeLens > Turn off CodeLens completely

Text Editor > C/C++ (we do these too for when we use VS to edit C files)

  • Code Style > Formatting > Spacing > Pointer/reference alignment = Leave unchanged
Feel free to comment if you can add help to this page or point out issues and solutions you have found. I do not provide support on this site, if you need help with a problem head over to stack overflow.

Comments

Your email address will not be published. Required fields are marked *