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

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

    Problem : Class name and Syntax showing in black color

    Solutation:

    Step 1: Remove Key :
    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\12.0\FontAndColors

    Step 2: Remove folder :
    C:\Users\UserName\AppData\Roaming\Microsoft\VisualStudio\12.0

    Step 3: Open command prompt (admin mode) and run below command line :
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE>devenv.exe /setup
    C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE>devenv.exe /ResetSettings

提交回复
热议问题