开发者

.NET Reflector Add-in for renaming

开发者 https://www.devze.com 2023-01-24 10:15 出处:网络
开发者_Python百科Is there an existing .NET Reflector add-in that allows renaming of namespaces/classes/methods etc?Not for Reflector, but there is an add-in called ReSharper that plugs into VS itself,
开发者_Python百科

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


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.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消