Skip to content
| Marketplace
Sign in
Visual Studio>Tools>Add to interface
Add to interface

Add to interface

Karthick Raj

|
568 installs
| (2) | Free
Helps to simplify SOLID development by reducing the places for adding new functions. It works similar to "Extract Interface" command from class refactoring menu, but can be applied on single method.
Download

"Add to interface" extension allows to simplify SOLID development by reducing the places for adding new functions. It works similar to "Extract Interface" command from class refactoring menu, but can be applied on single method.

Steps:

  1. A new method is added to 'MyClass' class.

  2. A light bulb with suggestions is displayed on method selection.

image__1.png

  1. By clicking on the light bulb, concrete suggestion is displayed: Add 'Test' to IMyClass interface.

image__1___1.png

  1. A new method is created in the IMyClass interface.

image__2___1.png

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft