-
Notifications
You must be signed in to change notification settings - Fork 676
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using statements not showing up for ctrl-. #1785
Comments
Could you clarify your repro steps for me?
|
OS: Windows10 I opened the project in VS Code after step 3 I typed all commands at the command prompt. |
When I performed the repro steps, I get a slightly different experience.
Is this the same experience that you're seeing? If so, I believe there are two things happening here:
If I'm correct, I think this might be a dupe of |
Also: #1661 |
Yup, your experience accurately describes what I am seeing. Sorry for the lack of clarity on my part! |
No problem. Thanks for taking the time to report the issue. |
This issue has been fixed in the 1.14 milestone. We just released our first beta of 1.14 if you're interested in giving it a spin. Follow these instructions to a beta release of C# for VS Code. |
I'm still seeing issues with using statements not showing up in the lightbulb menu for new .NET Core projects
Steps to reproduce:
dotnet new console
dotnet add package Microsoft.AspNetCore.All
Program.Main
typeWebHost
and try to resolve the using statement forWebHost
.Expected result
using Microsoft.AspNetCore
Actual result
Workaround:
The text was updated successfully, but these errors were encountered: