Tuesday, May 03, 2005 - Posts

Refactoring support in VB.NET 2005

One of the important features that was missing in VB.NET 2005 was refactoring though "Rename" capability was there.. But now Microsoft joined with Developer Express Inc and released a free plugin  "Refactor! for Visual Basic 2005 Beta 2" to support refactoring. This tool supports following refactoring operations,

  1. Reorder Parameters
  2. Extract Method
  3. Extract Property
  4. Create Overload
  5. Surrounds With (Not available in BETA 2 release)
  6. Encapsulate field
  7. Reverse Conditional
  8. Simplify expression
  9. Introduce Local
  10. Introduce constant
  11. Inline Temp
  12. Replace Temp with Query
  13. Split Temporary Variable
  14. Move initialization to declaration
  15. Split initialization from declaration
  16. Move declaration near reference

To know more about this free plugin, check out this web page. This refactor plugin can be downloaded from the same location.

with 0 Comments