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

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -