dotnet/roslyn
IntelliSense reports different number of overloads than signature help
開放
#23,948 建立於 2017年12月27日
Area-IDEBughelp wanted
倉庫指標
- 星標
- (20,414 顆星)
- PR 合併指標
- (平均合併 6天 17小時) (30 天內合併 256 個 PR)
描述
Version Used: VS 15.5.2
Steps to Reproduce:
- Go to this line of code https://github.com/dotnet/roslyn/blob/b0bd4af8ff88e5692cff8a8251f1fe17bed879ef/src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs#L61
- Hover
base.Equalsand Quick Info suggests there's one additional overload
- Prompt Signature Info and it only shows one overload

Expected Behavior:
When Quick Info displays (+1 overload) then Signature Info should show exactly 2 overloads
Actual Behavior: Signature Info may show less overloads than Quick Info suggests there are.