Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Is there an existing .NET Reflector add-in that allows renaming of namespaces/classes/methods etc?

share|improve this question
Are you trying to break open a binary file and arbitrarily rename the items inside? – Woot4Moo Nov 9 '10 at 19:20
Yes. Just renaming for ease of reading obfuscated code though, nothing more. – sqwerty Dec 3 '10 at 3:46

2 Answers

Not for Reflector, but there is an add-in called ReSharper that plugs into VS itself, and has a lot of neat little refactoring tricks including "safe" renaming on many levels. you can find it at www.jetbrains.com.

share|improve this answer

Use Reflexil add-ins. It allow you to rename, edit, add, remove code, class, members, etc

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.