'Top level statements: live code suggestion not working?
I saw a new feature, the Top level statements that simplifies the entry point of a console application
Yet one simple thing I am not able to get sugestions for: Using for namespaces outside this project
After adding the references in the console app's .csproj, I can normally add my using in any class I create:
using MyNameSpace.IsThis;
Typing Myname... will get Omnisharp to suggest me the namespace
But not in Main. Is this a bug? in c# or in the live compiler? I am able to add the using.
And interestingly, if I am using a namespace inside the same project, I get the suggestion while typing
Solution 1:[1]
It was a bug , as Youssef13 pointed
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | quinestor |
