How to get rid of 'using' directives (automatically)

  • Thread starter Thread starter Jeroen
  • Start date Start date
J

Jeroen

Hi all,

I have some code from a different coder that starts with a lot of
'using' statements. To be able to read it more easily I'd like to get
rid of the 'using' directives and instead have all the code show the
fully qualified names.

Does anyone know a good trick (perhaps with regexes in the
search&replace?) or better yet a (freeware) tool that does this for
you?

Regards,
Jeroen
 
Let me bump this topic once, perhaps now there is someone online that
knows the answer. If not, I'll just continue my search on the fora or
do it all by hand :'(...
 
You're probably the only one that thinks using only fully qualified
names is 'more readable.'

You'll have to figure this out; I don't think many would want to do
this (as I think shorter, more conscise lines are more readable).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top