Closed SLaks closed 3 weeks ago
I like this suggestion, but it's not something we normally do, since it might be jarring if the cursor shifts around if the type name is long.
OTOH - maybe the right thing to do is make this completion like override completion and just insert the whole signature...
@Pilchie That doesn't work, because, unlike the override
keyword, the trigger here can only appear after the return type.
You could offer completions for explicit implementations after typing IComparable.
with no return type, but that wouldn't be very discoverable (since there is no reason to type that).
Unlikely to do anything here given lack of feedback.
Version Used: 2017 RC Refresh
If I select
CompareTo
from IntelliSense after the.
, it should changevoid
toint
to match the declared return type of the interface method.