No "Add Method Stub" When Passing or Assigning Delegates
I finally noticed the other day the “Add method stub” SmartTag wasn’t appearing for a new method name I type in. I decided I’d have a closer look… When you’re practicing Test-Driven Development (TDD) you want to write a test for methods before you write the methods. This means you write a test method that calls several other methods that don’t exist yet. The Visual Studio IDE, in an effort to promote TDD, recognizes this and when you have your caret over a call to one of these methods a SmartTag shows up and you can select Generate method stub … Continue reading No "Add Method Stub" When Passing or Assigning Delegates