Misleading completion for cref in inheritdoc #76579
Labels
Area-IDE
Bug
help wanted
The issue is "up for grabs" - add a comment if you are interested in working on it
Milestone
Version Used: VS 17.13 Preview 1
Steps to Reproduce:
Trigger completion in place of
$$
, it completes toM1{T}(T?)
which produces:It should have completed to
M1{T}(T)
(unless the completion is correct and this is a compiler bug?)NOTE: Some scenarios that are working currently correctly but need to be taken with care to not regress them
If you have:
Then completion for both
T
andT?
should be offered (and is currently the case that should not be regressed).Similarly, even if only this overload exists:
The completion should use
T?
The text was updated successfully, but these errors were encountered: