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
Describe the bug
In the context of #WhatsApp/erlang-language-platform/issues/70, I started playing around with edlin auto-completion and noticed it can be very slow for certain functions.
I haven't looked into this specific case, but in general when we do completions we follow all the types until their end, so the first completion request can en up touching a lot of files that are parsed for their type information.
@frazze-jobb probably has a better idea around what is slow.
Describe the bug
In the context of #WhatsApp/erlang-language-platform/issues/70, I started playing around with
edlin
auto-completion and noticed it can be very slow for certain functions.To Reproduce
This takes almost 15s for me the first time. Then, the result is cached.
Expected behavior
Completions are provided much faster.
Affected versions
OTP 27
The text was updated successfully, but these errors were encountered: