Refactoring options in Visual Studio 2010 differ between C# and VB

后端 未结 1 436
生来不讨喜
生来不讨喜 2020-12-17 20:42

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

  • Rename
  • Extract Method
  • Encapsulate Field
  • Ex
相关标签:
1条回答
  • 2020-12-17 21:12

    "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.

    0 讨论(0)
提交回复
热议问题