Paul Lassiter
Paul Lassiter

Reputation: 2771

'Extract Interface' in VB.NET?

Is there way to use the Extract Interface refactor option when in VB.NET?

I've noticed that Refactor does not show in the right-click context menu when in VB.NET.

Upvotes: 3

Views: 708

Answers (2)

Char2d2
Char2d2

Reputation: 81

In VB.net 2015, use Edit > Refactor > Extract Interface. This functionality has been added.

Upvotes: 1

Jonathan Allen
Jonathan Allen

Reputation: 70327

Since VS 2005 Microsoft has had a deal with DevExpress to offer free refactoring tools for Visual Basic. For VS 2005/2008 look for Refactor!, for newer versions try CodeRush Express.

Upvotes: 2

Related Questions