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

前端 未结 19 2446
无人及你
无人及你 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:47

    If you still have this issue try ResetSettings (worked for me)

    NOTE: this will reset the Visual Studio 2012 settings :)

    1) close vs.

    2)open cmd (as administrator).

    3) go to devnev.exe folder (something like "C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE" ).

    4) type "devnev.exe /ResetSettings"

    5) open vs and look at the beautiful colors

提交回复
热议问题