don't include implicit/explicit keywords when completing explicit interface operator#53938
Conversation
| /// ]]></code> | ||
| /// instead of: | ||
| /// <code><
Fixes #53924
This adds a public API :(Another solution would be to handle this case entirely in the completion provider, i.e, dodisplayText.Replace("implicit operator", "").Replace("explicit operator", "");, but it looks a bit ugly. I'm certainly open to any other ideas.Test plan: #52221