srusskih / SublimeJEDI

awesome Python autocompletion with SublimeText
MIT License
938 stars 109 forks source link

Blink completion #243

Closed pochemuto closed 6 years ago

pochemuto commented 6 years ago

First list appears for few milliseconds

screencast 2018-05-10 13-55-27 mp4 2018-05-10 14-36-26 screencast 2018-05-10 13-55-27 mp4 2018-05-10 14-36-43

srusskih commented 6 years ago

ST2 or ST3 ? what version ?

pochemuto commented 6 years ago

3.0 Build 3170, it also was at previous release

srusskih commented 6 years ago

@pochemuto please check if #244 works for you, I droped async completion to rid of blinking.

pochemuto commented 6 years ago

yes, now it's not blinking in that branch! Thanks!

srusskih commented 6 years ago

@pochemuto could you please use PR bit to make sure if it perform well? there possible lags up to 3 seconds due to timeout on sync call

pochemuto commented 6 years ago

I would like test it a few weeks

srusskih commented 6 years ago

thanks!

pochemuto commented 6 years ago

I've been using this PR since then and I didn't get any issues. Thanks!

srusskih commented 6 years ago

@pochemuto thank for your feed back!