-
Notifications
You must be signed in to change notification settings - Fork 678
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 working for few seconds #970
Comments
I've the same problem after i updated C# extension, and it also updated omnisharp.
trying to fix it. |
i found exactly the same error but my c# extension is already updated . On Mon, Nov 21, 2016 at 2:32 PM, overspark [email protected] wrote:
|
I've had this problem for a while... |
so were you able to resolve it? On Mon, Nov 21, 2016 at 3:47 PM, Hawken [email protected] wrote:
|
@wenchengye: That would only happen with an old, old version of the C# extension -- possibly the "Legacy C# Extension". You might need to clean out old versions of the C# extension and install the latest. @ammarsabir26: What version of VS Code and the C# extension are you using? Could you post your full OmniSharp log when it happens? I suspect OmniSharp is restarting. |
@DustinCampbell: Thank you! I updated my C# extension. It worked much better now, except two little things. First, the "references" annotation still show up more slowly than before. Second, it show "0 projects" after the "fire" icon. Here is my OmniSharp log.
|
The "0 projects" is a known issue: #835. The "references" annotation may show up more slowly than before because we're no longer blocking on the OmniSharp for each request. Instead, we process more requests in parallel. I'll take a look at improving that in the future. However, it should be more responsive in general. |
@DustinCampbell thank you for your response, it works well now. |
@ammarsabir26: What version of VS Code and the C# extension are you using? Could you post your full OmniSharp log when it happens? I suspect OmniSharp is restarting. |
Environment data
dotnet --info
output:VS Code version:
C# Extension version:
Steps to reproduce
As soon as i start to type some word , intellisense stops working and then after few seconds it appears again. This behaviour is happening continously .
As you can see in the attached screenshots , Intellisense is working and i can see the references but in the second screen shot(taken few seconds after 1st screenshot), the intellisense has stopped working and would come after some delay. Kindly fix this issue
Expected behavior
Intellisense should work without any delay
Actual behavior
The text was updated successfully, but these errors were encountered: