Refactor menu item for VB.NET projects in VS2008

refactoringvb.netvisual-studio-2008

Is there any way to use the VS2008 built-in Refactoring functionality on VB.NET projects?

Best Answer

I believe native refactoring is for C# only. However there is Refactor! which is free.

http://msdn.microsoft.com/en-us/vbasic/bb693327.aspx

If you register you get some more free refactoring.

Related Topic