refactoring plugin
-
Hi everyone Does anyone know of a decent (and free! ;) ) C# refactoring plugin for VS.net? I had a look at "Resharper". The refactoring capabilites were good, but I didn't go for the auto complete drop downs much. Also it seemed to slow down VS.net a lot, and the uninstall left me unable to add a new class or project. (There was a note on their site about this, but it left me having to do a complete VS repair) I had a look around on google, but didn't see anything. Has anyone else tried ReSharper? Any thoughts? Best Wishes Steven
let the stormy clouds chase everyone from the place
-
Hi everyone Does anyone know of a decent (and free! ;) ) C# refactoring plugin for VS.net? I had a look at "Resharper". The refactoring capabilites were good, but I didn't go for the auto complete drop downs much. Also it seemed to slow down VS.net a lot, and the uninstall left me unable to add a new class or project. (There was a note on their site about this, but it left me having to do a complete VS repair) I had a look around on google, but didn't see anything. Has anyone else tried ReSharper? Any thoughts? Best Wishes Steven
let the stormy clouds chase everyone from the place
-
which refactoring methods do you need? VS2005 will have quite a few (but not as many and not as nice as Eclipse for Java). You'll be able to download Beta in few days.
ahh yes well - the ones that eclipse has for java is exactly what I was thinking of ;)
-
ahh yes well - the ones that eclipse has for java is exactly what I was thinking of ;)
The one that I wanted the most from eclipse was to generate getters/setters. That's why I wrote my own VS add-on for that: http://www.adersoftware.com/index.cfm?page=vsPropertyGenerator
-
The one that I wanted the most from eclipse was to generate getters/setters. That's why I wrote my own VS add-on for that: http://www.adersoftware.com/index.cfm?page=vsPropertyGenerator
cool thanks - i'll look into it