开发者

How to make visual studio highlight buggy code files like netbeans?

After movi开发者_如何学Gong to c# (from java) and using Visual Studio, I found that visual studio does not have the Netbeans' feature that highlight the buggy code files in files browser and lines that contains errors in the left side of the code. I think this feature very useful and let me find some error before press compile/run. so I want to know if there is a add-in for visual studio to enable this feature.

Edit :

I don't mean underline the error ! , but insert some error icon at line start and on the file icon in files browser (the big benefit of this feature when we have too many code files or too many line in a file)


What version of Visual Studio do you have? VS 2010 has this feature enabled by default.


You could try using ReSharper, which has code analyses including Solution Wide.


this features need two addin to be enabled :

  1. highlight buggy code files (tab) use : Productivity Power Tools
  2. highlight buggy lines in a code file use : ReSharper (thanks to Ilya Ryzhenkov)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜