-
Notifications
You must be signed in to change notification settings - Fork 677
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 is extremely slow to load #246
Intellisense is extremely slow to load #246
Comments
@klong15: My apologies for taking so long to get back to you about this issue. I realize that you might have moved on, but if you're interested in helping out I'm interested to know whether the latest beta of the C# extension works better for you. We've addressed some significant performance issues with large projects. |
@DustinCampbell No worries, thanks for telling me about this update! Sadly, things are still running very slow, and my macbook pro is make jet sounds for how hard it is working with VSCode open. mono-sgen process hogs my cpu. |
Thanks for the update @klong15. I'll continue looking at this. |
This should be working much better with the 1.5 release of the C# extension. I'm expecting this to be fixed with this PR: #902 |
I've been messing around with VSCode this morning and everything seems to be working great! And my macbook doesn't sound like it is about to take flight. Thanks! |
That is wonderful to hear @klong15 -- thanks very much for confirming! |
Having similar issues with the latest version of vscode. Apart from using significant energy on mac, intellisense does work extremely slow. |
From @klong15 on April 25, 2016 19:16
I set up VSCode with Unity by following the guide here: https://code.visualstudio.com/docs/runtimes/unity
When using VSCode everything works great, the only problem is that intellisense takes many minutes to load when ever I do a single line of change. Reference counts go away. Autocomplete stops working. Jumping to declarations don't do anything, then it will jump to the declaration about 5 minutes after I clicked the action. Just hitting enter to start typing on a new line messes everything up.
How can I speed up load times for this? Did I set something up wrong?
Mono should be up to date. I updated dnvm stuff suggested by some stackoverflow post. When I do 'dnvm list' on terminal, I get this:
I don't get any actual errors. I will get a message when ever I make a change saying, "Some projects had trouble loading. Please review the output for more details." The omnisharp log for this is:
Also, the flame icon on the bottom right corner says "0 projects". When I click on it, it lists two .sln files. One is client.sln . The other is client-csharp.sln. When I click either of them, they seem to work the same. The flame icon will still say "0 projects" after I click either of them. The guide says to click the -csharp one, but other stackoverflow posts say to choose the other. Which one should I be clicking?
Copied from original issue: microsoft/vscode#5776
The text was updated successfully, but these errors were encountered: