You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Using Control+Space for Content Assist takes up to 5 seconds. I have tested this both in eclipse 4.5.2 and 3.8.1. Is there any way this delay could be improved? There are no issues with automatic code completion (After "." is pressed).
The text was updated successfully, but these errors were encountered:
Sorry, I'm not sure there is much I can do to fix this from the Eclipse side - that functionality comes entirely from the TypeScript team. One thing that might be worth checking is the version of Nodejs installed to ensure its the latest (newer versions tend to have better performance).
Hello, just for info, why is the autocompletion almost immediate in Visual Studio Code ? How does the autocompletion works with eclipse-typescript ? Do you use the typescriptServices, or a tsserver running in background (microsoft/TypeScript#2041) ?
Hmm, that's weird. The Eclipse plugin is just using the TypeScript language services which are running via a custom server (not tsserver - it came out well after this project was established). Perhaps there are some unnecessary disk operations or something similar? Perhaps someone would be interested in profiling the bad performance?
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using Control+Space for Content Assist takes up to 5 seconds. I have tested this both in eclipse 4.5.2 and 3.8.1. Is there any way this delay could be improved? There are no issues with automatic code completion (After "." is pressed).
The text was updated successfully, but these errors were encountered: