dotnet/roslyn

IntelliSense reports different number of overloads than signature help

オープン

#23,948 opened on 2017/12/27

 (2 件のコメント) (0 件のリアクション) (0 人の担当者)C# (4,257 件のフォーク)batch import
Area-IDEBughelp wanted

Repository metrics

Stars
 (20,414 個のスター)
PR merge metrics
 (平均マージ 6d 17h) (30d で 256 merged PRs)

説明

Version Used: VS 15.5.2

Steps to Reproduce:

  1. Go to this line of code https://github.com/dotnet/roslyn/blob/b0bd4af8ff88e5692cff8a8251f1fe17bed879ef/src/Compilers/Core/Portable/PEWriter/UsedNamespaceOrType.cs#L61
  2. Hover base.Equals and Quick Info suggests there's one additional overload image
  3. Prompt Signature Info and it only shows one overload image

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.

コントリビューターガイド