Renaming components don't populate

  • Thread starter Thread starter Relaxin
  • Start date Start date
R

Relaxin

Is there a reason that Microsoft has decided NOT to cascade the changing of
a components name through out your application?

I can understand them not touching the code that the user wrote, but it
should make the changes to the code that the IDE wrote!!

This is a very annoying problem with the IDE...even C# 2005 Beta 1 has this
same issue.

Have I overlooked some option to have the IDE do this or is this just a
screw up by M$?

Thanks
 
Is there a reason that Microsoft has decided NOT to cascade the
changing of a components name through out your application?

I can understand them not touching the code that the user wrote,
but it should make the changes to the code that the IDE wrote!!

This is a very annoying problem with the IDE...even C# 2005 Beta
1 has this same issue.

Have I overlooked some option to have the IDE do this or is this
just a screw up by M$?

I agree that it's annoying, and there's no option that I know of to
change that behavior in VS.Net 2002 or 2003.

I don't have the 2005 Beta, but doesn't it have some kind of new
refactoring feature? If it does, maybe that could be used to
globally change an identifier's name.
 
VS.Net 2002 and 2003 does not have it, but 2005 has refactoring
possibilities, which do just that.

Sunny
 
Back
Top