-
Notifications
You must be signed in to change notification settings - Fork 122
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 works very slowly #44
Comments
PR angular/angular#15543 address this. It should make it to a release by Wednesday or Thursday. |
Improved in |
@chuckjaz Since i can't share the code of the 3 private repos. I decided to hunt for a way to reproduce it in a public repo and i found one. So the steps to reproduce are:
I hope you can reproduce it with these steps. Let me know. Voila. i don't know for now how i can debug it but if you can't work on it => I can try. vscode: 1.27.2 |
it is indeed very slow, disabling language service fixes, would like to use it but intellisense is too slow |
Also slow on macOS on the latest version at the time of writing. C/C++. |
It's also slow on MacOS on the latest version for writing Go. |
I still frequently experience this issue with 0.1.11. Are there any plans to dive into this deeper? macOS 10.14.4 |
same here, makes intellisense mostly unusable. This is i.m.o. more relevant than many other features since it affects basically the whole userbase. Anyone fixing this would be my hero :-) ubuntu 18.04 LTS |
Same for me. IntelliSense is extremely slow, very very frustrating experience :/ macOS 10.14.4 |
@wbhob Gotta admit I made a mistake. I thought I was in the vscode repo. For me, it's not an angular project... Thanks though, sorry for the notifications :/ |
Just a couple of components, really small
… Am 21.05.2019 um 09:02 schrieb Yonathan Benolol ***@***.***>:
@wbhob Gotta admit I made a mistake. I thought I was in the vscode repo. For me, it's not an angular project... Thanks though, sorry for the notifications :/
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Ok. My next thought is this is a memory/optimization issue. I typically experience this after openning a few windows and closing them I think; it's intermittent now. @chuckjaz – do you have any news or updates about this performance issue since you last commented? |
I know my issue wasn't with ng, but I updated to Insiders build and it
fixed my TS Intellisense issue. Worth a try.
…On Tue, May 21, 2019, 7:54 PM Wilson Hobbs ***@***.***> wrote:
Ok. My next thought is this is a memory/optimization issue. I typically
experience this after openning a few windows and closing them I think; it's
intermittent now. @chuckjaz <https://github.com/chuckjaz> – do you have
any news or updates about this performance issue since you last commented?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#44?email_source=notifications&email_token=AB3OVQ2PHRDU6JYJF7PO4CDPWQSMHA5CNFSM4DEBMYGKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV4Q2CQ#issuecomment-494472458>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AB3OVQZLWXSKSIZNF6UZZ6LPWQSMHANCNFSM4DEBMYGA>
.
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
We have a package of about 200 components with 50 attributes in each. Execution of each action takes from several seconds up to a minute.
The language-service package's version is 2.4.9
Extension version is 0.0.12
Project for reproduce - intellisense-test.zip
Steps to reproduce:
The text was updated successfully, but these errors were encountered: