I just starting using VS2005 and I wish to have code highlighting in C/C++. The VS menu Tools->Options->TextEditor->C/C++ is very poor.
I come from PHP and there the IDE's are very friendly when is about highlighting. I didn't expect that Visual Studio to be so poor at this kind of options.
我刚刚开始使用VS2005,我希望在C / C ++中使用代码突出显示。 VS菜单工具 - >选项 - > TextEditor-> C / C ++非常差。我来自PHP,那里的IDE非常友好,当关于突出显示。我没想到Visual Studio在这种选择上如此差劲。
Can you recommend me a free tool/plugin/lib in order to have code highlighting for C/C++?
你能推荐一个免费的工具/插件/ lib,以便为C / C ++突出显示代码吗?
2 个解决方案
#1
It's not free, but Visual Assist X has some really nice highlighting.
它不是免费的,但Visual Assist X有一些非常好的突出显示。
Another (suboptimal for you) solution is to switch editors. Emacs is infinitely configurable. I believe that Eclipse CDT and NetBeans have better syntax highlighting.
另一个(对您来说不是最理想的)解决方案是切换编辑器。 Emacs是可无限配置的。我相信Eclipse CDT和NetBeans具有更好的语法突出显示。
#2
We also use Visual Assist X where I work; I would highly recommend it. Beyond simple highlighting it has refactorization tools, go to definition, auto completion and more.
我还使用Visual Assist X工作;我会极力推荐它。除了简单的突出显示,它还有重构工具,定义,自动完成等等。
#1
It's not free, but Visual Assist X has some really nice highlighting.
它不是免费的,但Visual Assist X有一些非常好的突出显示。
Another (suboptimal for you) solution is to switch editors. Emacs is infinitely configurable. I believe that Eclipse CDT and NetBeans have better syntax highlighting.
另一个(对您来说不是最理想的)解决方案是切换编辑器。 Emacs是可无限配置的。我相信Eclipse CDT和NetBeans具有更好的语法突出显示。
#2
We also use Visual Assist X where I work; I would highly recommend it. Beyond simple highlighting it has refactorization tools, go to definition, auto completion and more.
我还使用Visual Assist X工作;我会极力推荐它。除了简单的突出显示,它还有重构工具,定义,自动完成等等。