c# - Removing part of a namespace across entire project -
i know can rename namespace using visual studio 2010, need remove part of namespace.
namespace xyz.common.utils { ... } renamed to
namespace common.utils { ... } i need drop xyz part, don't see way use vs refactoring tool this.
this did few times , don't need third-party tool.
refactor name in unique like: fjhfhchdbyegdrkoksodbc (if that's unique enough you)
than global replace on fjhfhchdbyegdrkoksodbc. (including dot) empty string.
Comments
Post a Comment