Coderush and resharper, do they work together?

前端 未结 6 930
耶瑟儿~
耶瑟儿~ 2020-12-29 07:42

anyone have any experience of using them together? How well does it work? or is it just too much grief?

6条回答
  •  北海茫月
    2020-12-29 08:36

    You don't want to do that. Both ReSharper and CodeRush want the keyboard. Specifically, CodeRush remaps the escape key (ESC) for its own purposes. ReSharper does not like that (note: ReSharper doens't do anything special with the escape key, but it still doesn't like it).

    As for choosing between them...they both have their points. CodeRush has better templating and more refactorings. ReSharper has built in unit testing for NUnit, and a healthy set of plugings. ReSharper also has Templates, and a slew of Keyboard short-cuts.

提交回复
热议问题