Change name of variable

  • Thread starter Thread starter Arjen
  • Start date Start date
A

Arjen

Hello,

In my C# ASP.NET webapplication I have used these variables: tabid and
tabindex.
I'm using these in the code and querystring.

Now I want to give these variables an other name.
I tried to search/replace with VS.NET but "tabindex" is also used in forms
to set the tabindex.

Is there a simple way/trick to change the name of the variable?

Thanks!
 
Is there a simple way/trick to change the name of the variable?

With the current version of VS you have to find/replace(whole words, case
sensitive).
In Whidbey, there will be a refactoring tool.
 
We use an add-in called C# Refactory which will do your rename very easil

----- cody wrote: ----
Is there a simple way/trick to change the name of the variable

With the current version of VS you have to find/replace(whole words, cas
sensitive)
In Whidbey, there will be a refactoring tool
 
Back
Top