Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
850 views
in Technique[技术] by (71.8m points)

vb.net - Refactoring options in Visual Studio 2010 differ between C# and VB

In VS2010 C#, when I right-click there is "Refactor" menu with following options:

  • Rename
  • Extract Method
  • Encapsulate Field
  • Extract Interface
  • Remove Parameters
  • Reorder Parameters

Are these options available in VS2010 VB.Net? All I can see is "Rename" when I right click?

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

"Rename" is the only refactoring VB.Net has. C# is definitely more robust.

Check out Code Rush Xpress. It's a slimmed down, free version of their full tool but it may provide some of your missing refactorings.

Personally, I use and absolutely love Resharper. Well worth the money IMO.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...