Wrote following code and try to invoke intellisense:
open System
let y = new System.IO.DirectoryInfo("D:\work")
y.
it just show abc , I was expecting it to show all methods available.
this thing work fine when we try to use dotnet class , so if I do System. It get resolved. so the problem is with objects.
version:
Using version 1.0.130602+f59e1612c1700380e6b8612bb1a5029b98a2035e
VS code latest insider build
Windows 10

Please complete the following: