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.
I have a .net addin for Excel. The addin creates the Ribbon UI for Excel 2007 and re-purposes some existing commands such as Cut, Copy, Paste, Sort etc. For Cut, Copy and Paste I am just overriding ...