开发者

Equivalent to Eclipse "Compare Editor" for Visual Studio (2010 Professional Edition)

开发者 https://www.devze.com 2023-03-26 00:00 出处:网络
It\'s a diff/edit tool, typically used to view/edit differences between the working and base copy of a file (pre-commit), or two rep开发者_运维技巧ository revisions (when doing a peer review)
  1. It's a diff/edit tool, typically used to view/edit differences between the working and base copy of a file (pre-commit), or two rep开发者_运维技巧ository revisions (when doing a peer review)
  2. It supports 'internal structures', e.g. Java file comparisons can show you the differences based on methods, fields, and classes. These structural comparisons aren't thrown off by the ordering of the file changing like a traditional 'diff' may be.
  3. It supports editting as normal (e.g. with Intellisense, 'Go To Definition' and 'Find All References' options).

I already have feature [1] via SourceGear DiffMerge and AnkhSVN.

I crave features [2] and [3].


You might try Beyond Compare, a commercial product with a 30-day trial. I don't believe I've seen a product that does exactly what you want, though.


http://www.devart.com/codecompare

0

精彩评论

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