Area-InteractiveBughelp wanted
Repository-Metriken
- Stars
- (20.414 Sterne)
- PR-Merge-Metriken
- (Durchschn. Merge 6T 17h) (256 gemergte PRs in 30 T)
Beschreibung
Version Used:
C# Interactive 3.9.0-6.21124.20
VS2019 16.9
Steps to Reproduce:
- Open VS2019 then open C# Interactive Window.
- Type some class name that is not of
Systemnamespace, becauseSystemnamespace is default using. For example typeipaddress, case insensitive. - Press
Alt+Enter. - It does nothing here.
Expected Behavior:
After press Alt + Enter, it will ask you whether using System.Net, if I press enter again, it will auto complete the using System.Net; and auto convert ipaddress to IPAddress like the following image. In VS2019 16.7.x this is default behavior. Since 16.8.x it is broken!!!!!!!!

Actual Behavior: Nothing happen.
