dotnet/roslyn

C# Interactive Intellisense not show any information about a variable in popup suggestion window

Offen

#40.496 geöffnet am 19.12.2019

 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (4.257 Forks)batch import
Area-InteractiveBugDeveloper Communityhelp wanted

Repository-Metriken

Stars
 (20.414 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)

Beschreibung

This issue has been moved from a ticket on Developer Community.


Here is what i typed into the Interactive console:

ulong occupied = 11000101L;

occ

After I typed "occ" then the suggestion popup window shows, I see the variable "occupied" but it doesnot show information about: what is the type of "occupied" ? (should show the type is ulong ) See the picture.


Original Comments

toiyeulaptrinh on 12/14/2019, 09:41 PM:

Visual Studio Feedback System on 12/16/2019, 01:48 AM:

Visual Studio Feedback System on 12/18/2019, 03:32 PM:


Original Solutions

(no solutions)

Contributor Guide