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.
+1
A:
It doesn't seem to be any, but you can quickly compose your own: http://monodevelop.com/Developers/Articles/Refactoring
FractalizeR
2009-11-06 13:38:42
Thanks - was hoping to find something from somebody smarter than me :)
David Robbins
2009-11-06 14:04:12
+3
A:
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
Lluis Sanchez
2009-11-06 16:42:44