-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Labels
Area-IDEBugIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick InfoInvestigation Required
Milestone
Description
Version Used: 16.5
Steps to Reproduce:
- Write following code
static void Main(string[] args)
{
for (int num = 0; num < 10; num++)
Console.WriteLine(num);
}
- Debug and break in
Console.WriteLine(num); - Type
numin watch window
Expected Behavior: IntelliSense show num in the context menu.
Reactions are currently unavailable
Metadata
Metadata
Labels
Area-IDEBugIDE-IntelliSenseCompletion, Signature Help, Quick InfoCompletion, Signature Help, Quick InfoInvestigation Required
