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
2008-11-19 07:19:12
I use Refactor! all the time...admittedly mostly just for creating properties from private variables, but that in itself is worth having.
ChrisA
2008-12-24 15:51:32