views:

613

answers:

1

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

+3  A: 

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.

RS Conley
I use Refactor! all the time...admittedly mostly just for creating properties from private variables, but that in itself is worth having.
ChrisA