English 中文(简体)
Are there Monodevelop add-ins that assist with refactoring?
原标题:

What refactoring tools similar to Visual Studio / DevExpress / Resharper are available for the Linux environment? Specifically I m interested in the global renaming and method generation.

最佳回答

MonoDevelop 2.2 supports several refactoring operations out of the box:

  • Rename Refactoring with Preview
  • Resolve Namespace
  • Extract Method Declare Local Variable
  • Integrate Temporary Variable
  • Introduce Constant Move Type to Own
  • File Remove Unused Usings Sort Usings
  • Create/Remove Backing Store Inline
  • Rename Generation of interface and virtual method overrides Generation of constructors
问题回答

It doesn t seem to be any, but you can quickly compose your own: http://monodevelop.com/Developers/Articles/Refactoring





相关问题
Building a Com addin for Office 2000 / Office 2007

I am struggling to find a straight forward guide to creating office addins using VSTO and VB.net. Specifically I would like to know how to be able to create a addin/ dll which can either be ...

Excel COM Add-In dialog interrupts script

I have written an Excel COM Add-In in C++ for automation of Excel with VBA. It contains an own dialog showing some general informations about the Add-In. Now i create a button in Excel that opens the ...

Will visual studio 2010 express support addins?

I know vs2008 express didn t. I m hoping this will change with vs2010. Anyone know? Link me? Edit: Anyone have a primary source? While "As far as I know" answers can be helpful, in this case it ...

VSTO 3.0 Excel 2007 Addin Tab doesn t display

This is a very odd problem I ve found. I have written and successsfully deployed a VSTO 3.0 Addin for Excel 2007. The problem is that the Tab for the Ribbon only shows up on NEW instances of Excel; ...

热门标签