19

C++サポートを提供するVisualStudio用にインストールできる2つの主要なリファクタリングツールがあります。両方のツールのフルバージョンは250ドルで、同様の機能を提供しているようです。彼らです:

どのツールが優れていますか?

編集:ツールの私の最初の評価は、リファクタリングPro / CodeRushにはさらにいくつかの機能があるようですが、場合によってはかなりバグがあります。マクロが好きではないようです:( 出典:billy-oneal.com

これがビジュアルアシストの同じ解釈です:( 出典:billy-oneal.com

EDIT2:Visual AssistよりもCodeRushが好きだと思いますが、CRを信頼できるかどうかはわかりません。CodeRushには、上記のマクロのような一部のC++構造の解析に問題があるようです。しかし、UIははるかに洗練されています。例:( 出典:billy-oneal.com

一方、Visual AssistXはC++開発者の間ではるかに多くのフォロワーを持っているようであり、そのコード分析ははるかに優れています。Rのような間違いはないようです!プロは時々作っていました。

この時点で、両方のツールを試して、どちらがより便利であるかを確認する必要があると思います。しかし、誰かがどちらかのツールでホラー/サクセスストーリーを持っているかどうかはまだ興味があります。

4

3 に答える 3

13

I have used Visual Assist for years and I think it makes VS heaps more convenient for C++ development. The searchable file list, Go to Declaration and Rename functions in particular have been indispensable. VS2010 probably makes some of Visual Assist features obsolete but I imagine it will continue to be useful.

There are some situations where Visual Assist will stumble and not parse the code correctly, but they are few and far between, and it improves with every version.

I haven't used Refactor Pro so I can't say anything about it unfortunately.

于 2010-04-10T04:59:47.150 に答える
7

C++ language support in CodeRush is deprecated as of 31 May 2013.

Severe Issue Support ends 1-Feb-2014
Last Date of Support is 1-Jun-2014

https://www.devexpress.com/Products/CodeRush/cpp11.xml

于 2013-12-10T15:24:40.347 に答える
0

速度によると、Visual Assist Xは優れており、Refactor Pro +CodeRushではありません。

于 2012-03-28T05:00:07.723 に答える