-
Notifications
You must be signed in to change notification settings - Fork 12.8k
Slow completionEntryDetails result in simple TS project #31302
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
Comments
right now these appear to be mutually exclusive statements XD |
Hahahahaha, it's simple, for now 😂️ |
I have just decided to not upgrade VSC as my delay is often many seconds. It makes one of the main value propositions of the IDE unusable unless you stick on <=February |
@johnculviner you mean vscode <= feb? |
@jordyvandomselaar this is the version I'm stuck on to get acceptable performance |
I have downgraded to the February version by simply installing over the new version and am still facing the issue. Is there anything else I have forgotten to do? This is really impeding my work at the moment. |
@markonyango that did it for me. Make sure to turn off auto updates though or you are right on the new version again! |
Thanks for the replies @markonyango @johnculviner, I see @ahejlsberg has anded the "Fixed" label so all that's left is hoping for the best =), I've installed the Insiders edition as someone else noted that might help as well. Thanks for fixing this issue guys! |
Yeah thats pretty awesome when the father of C# and Typescript fixes your issue! :) ❤️❤️❤️❤️❤️ OPEN SOURCE! Did insiders help? @jordyvandomselaar |
From microsoft/vscode#73311
TypeScript Version: 3.5.0-dev.20190507
Search Terms:
Repo
index.js
and try triggering suggestions afterFlex
by deleting the trailingx
then typing it againThe project uses styled components:
Bug
The
completionEntryDetails
request this triggers can often take half a second or longer to process:Playground Link:
Related Issues:
The text was updated successfully, but these errors were encountered: