Bugzilla – Bug 369984
Right click on Interface declaration does not show Explicit/Implicit
Last modified: 2009-08-23 09:36:20 UTC
Steps to reproduce: - Create a new CS project. - Create a new class in the project - Implement IComparable interface - right click on IComparable Expected results: - Should see menu item to automatically implement IComparable's methods - Explicit or Implicit Actual results: - No such menu item appears. - Workaround: right click on the class, and implement the interface through that menu How often does this happen? Always
I'll try to fix it. *** This bug has been marked as a duplicate of bug 325224 ***