vs2013 类名黑色,修改不起作用,最后找到解决办法。

http://stackoverflow.com/questions/10970305/how-can-i-get-user-type-c-sharp-syntax-highlighting-working-again-in-vs-2012-rc

----------------

Here is a simple solution. Go to the directory where devenv is (for 2012 RC), and type devenv.exe /setup. It will fix your problem.

----------------

用cmd命令行定位到 devenv.exe 所在目录,然后运行 devenv.exe /setup ,解决。

如:

D:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE>devenv.exe

 

相关文章:

  • 2021-12-11
  • 2021-08-13
  • 2021-03-31
  • 2021-11-09
  • 2022-01-01
  • 2021-08-08
  • 2021-10-28
  • 2021-10-17
猜你喜欢
  • 2021-06-14
  • 2021-09-14
  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-07-03
  • 2021-05-30
相关资源
相似解决方案