-
Notifications
You must be signed in to change notification settings - Fork 675
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
After i add some nuget package, I can not the code intelicense immediately unless i restart the Visual Stuido Code #1583
Comments
The same behavior occurs with me. And it occurs frequently when I do the Restore using the popup menu from IDE. |
I just tried this and was not able to repro with the instructions. I tried executing the |
Same issue here. Add a nuget package and intellisense does not recognise it. Have to restart VS Code to resolve. |
This is labelled as needs more info. Here is more info |
I'm being affected as well. Very annoying to have to restart vscode to get intellisense on the newly added nuget packages |
As a temporary workaround, you can run the reload command in vscode. Press Ctrl+Shift+P then type reload Faster than restarting vscode |
I'm getting this as well. In my case I added package from dotnet cli. |
I'm not going to close this until we have a build of C# for VS Code that includes the fix. |
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. |
Environment data
dotnet --info
output:.NET Command Line Tools (1.0.4)
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Windows
OS Version: 10.0.15063
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\1.0.4
VS Code version:
C# Extension version: 1.10.0
Steps to reproduce
Expected behavior
My expected behavior is when I restored the package, I can get the code intellisense in the Code Editor。
I switch to one cs file, on the top , type "using Microsoft. " I want get "Graph“ in the Intellisense list。
Actual behavior
I CAN not get this behavior, unless I restart the vs code and everything is fine.
The text was updated successfully, but these errors were encountered: