Closed rchande closed 12 months ago
The failure is happening here: http://source.roslyn.io/#Microsoft.CodeAnalysis.CSharp.EditorFeatures/EventHookup/EventHookupCommandHandler_TabKeyCommand.cs,256
We could definitely give a better error message here, but using System.EventHandler when the delegate type can't be inferred would be fine too.
Closing out as not-repro. We don't give any error now. The experience seems fine to me. THe code is in error and doesn't generate anything.
Try to use event hookup on tab at the caret. If you typo-ed your event declaration like I did, you get an error about "couldn't create solution". Perhaps we could