StrataFrame Forum

Can't find refactoring...

http://forum.strataframe.net/Topic2147.aspx

By StarkMike - 8/10/2006

I was reading about the refactoring features in Visual Studio .NET and then I learned that they dont exist in VB .NET, is this true? I mean what the heck? LOL C# gets ALL the good features?!



I also couldn't find "Generate Method Sub", is that part of the refactoring package also?
By Trent L. Taylor - 8/10/2006

There are some refactoring tools in VB.Net...but not many Smile  There is an option though...DevExpress has a tool called RefactorPro!  which works in both C# and VB.Net.  VB.Net makes more use of snippets in some areas.  For example, to create a Sub Method type "Private Sub" and the press tab.  It will create the rest of the method.  This really isn't refactoring, but it is about as close as VB.Net comes for now.