Rogez Sanchez
Rogez Sanchez

Reputation: 225

Refactoring tool in VS 2008?

At University we have VS 2005 and it has some refactoring tool like rename, extract method, extract class, etc.

I have decide to download VS 2008 from MSDN and it has only Rename and Extract method, how can I activate the other?

EDIT: I have downloaded Microsoft VS 2008 C# Express Edition.

Upvotes: 3

Views: 1354

Answers (3)

WestDiscGolf
WestDiscGolf

Reputation: 4108

If you access MSDN through the Uni MS Academy (I think that is what is was called when I was at uni) you should have access to the full version of VS 2008 Pro (along with other OS and IDEs), so I'd go for that. Over the Christmas period use Resharper 4.1 trial version and when your student loan comes in in January splash out on a full license (should be able to get an academic license). Resharper comes in very useful, I use it at work and home (in vs 2005 and 2008) :-)

Upvotes: 0

Patrick Desjardins
Patrick Desjardins

Reputation: 141023

Have you downloaded the Express Edition? The Express Edition does not have all Refactoring. At University you might have version other than Express.

Update:

Since you posted that you have the Express Edition : You cannot have those refactoring tool from Visual Studio that you had at school. The Express Edition limit your functionnalities. See this chart: Here. Go check at your school to download an Academic version (usually offer to University). This way you can get the full version with all refactoring tool.

Upvotes: 9

BlackMael
BlackMael

Reputation: 3218

You can install a free edition of Refactor! from DevExpress

Refactor! for VB

Refactor! for ASP.NET

Refactor! for C++

Upvotes: 0

Related Questions