-
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
intellisense not work #2412
Comments
@allnnde Could you share your OmniSharp log ?( View --> Output --> OmniSharp Log) |
i'm not have any log for Omnisharp |
@allnnde Can you share your C# extension log? |
i'm having the same issue (no intellisense) with version 1.15.2.
|
|
@juwens Thanks. I just installed the extension on a clean machine and wasn't able to reproduce that. Can you try deleting "%userprofile%.vscode\extensions\ms-vscode.csharp-1.15.2" and reinstalling? |
@rchande i tried that previously without success But i found the source of the problem on my computer. Apparently my (installed) npm 5.6.0 is not compatible with node 10.4.1. Now omnisharp and intellisense work fine again.
|
@rchande As I said before, I do not have any log, sorry for my english |
@allnnde Help > Toggle Developer Tools |
@juwens Interesting. npm isn't a requirement to use VS Code, but I guess it must try to use your local copy if you have one installed? |
I deleted in %userprofile% the folders .onmishap and .vscode\extensions\ms-vscode.csharp-1.15.2 and reinstall and now it is working ok |
@allnnde Thanks for following up--glad you got it working! |
Thanks @allnnde your workround was wonderful . I found two folders vscode\extensions\ms-vscode.csharp-1.16.2 and vscode\extensions\ms-vscode.csharp-1.16.1 . Uninstalled extension closed vs code , deleted these two folders and reinstalled . Everything worked . Even the intellisence which was not working started working. |
Environment data
SDK de .NET Core (reflejando cualquier global.json):
Version: 2.1.301
Commit: 59524873d6
Entorno de tiempo de ejecución:
OS Name: Windows
OS Version: 10.0.17134
OS Platform: Windows
RID: win10-x64
Base Path: C:\Program Files\dotnet\sdk\2.1.301\
Host (useful for support):
Version: 2.1.1
Commit: 6985b9f684
VS Code version:
1.25.0
C# Extension version:
1.15.2
the intellisense not work in code web api
when i try to restar onmisharp see "command 'o.restart' not found"
The text was updated successfully, but these errors were encountered: