Are there any Monodevelop add-ons that help with refactoring?

What refactoring tools like Visual Studio / DevExpress / Resharper are available for Linux? In particular, I am interested in the global renaming and generation of methods.

+3
source share
2 answers

MonoDevelop 2.2 supports several refactoring operations out of the box:

  • Rename preview refactoring
  • Allow namespace
  • Retrieval Method Declares a local variable
  • Time Variable Integration
  • Enter the type of continuous movement in your own
  • File Delete unused sorting methods.
  • Creating / deleting backup of the built-in storage
+5

Source: https://habr.com/ru/post/1722106/


All Articles