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
With the following plugin, I revealed that the completions are always collected two times and you can also observe the completion popup showing after the first time very briefly.
When you trigger the completions popup on the new line, this is behaving as expected (one line of "queried completions", 2s wait tim). However, if the popup is opend when there is a prefix (e.g. when typing t), the panel takes 2s to appear briefly (prints to console) and then another 2s to finally appear for real (prints again).
I determined this to be SJedi's fault because it only happens in Python files and when SJedi is not disabled.
With the following plugin, I revealed that the completions are always collected two times and you can also observe the completion popup showing after the first time very briefly.
When you trigger the completions popup on the new line, this is behaving as expected (one line of "queried completions", 2s wait tim). However, if the popup is opend when there is a prefix (e.g. when typing
t
), the panel takes 2s to appear briefly (prints to console) and then another 2s to finally appear for real (prints again).I determined this to be SJedi's fault because it only happens in Python files and when SJedi is not disabled.
Possibly related to #191.
The text was updated successfully, but these errors were encountered: