How can I get user type C# syntax highlighting working again in VS 2012 RC?

前端 未结 19 2423
无人及你
无人及你 2020-11-27 12:23

Somehow part of my syntax highlighting for C# code has disappeared in the VS 2012 IDE. Uninstalling, rebooting, and reinstalling does nothing, nor does resetting the colors

19条回答
  •  粉色の甜心
    2020-11-27 12:26

    1. delete all in C:\Users\userNAme\AppData\Roaming\Microsoft\VisualStudio\11.0
    2. open vs console as administrator, and run:

      devenv.exe /setup
      devenv.exe /ResetSettings
      

    This solution worked for me. Thanks alot Gaz Winter

提交回复
热议问题