-
Notifications
You must be signed in to change notification settings - Fork 24
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
Flickering when adjusting tooltip size/updating candidates #27
Comments
What if you set |
@ianpan870102 What's your OS? Please include the value of If you're on macOS is particular, though, you might want to try the most recent build from the master branch. |
Hi @dgutov , thanks for getting back. |
I see. FWIW, people report |
Cheers! I am using |
I don't have flickering in |
@Yevgnen I think I have no way to find the reason of this problem at the moment, for I have no mac machine to test :-\ |
@ianyepan try the newest posframe and (setq company-tooltip-minimum-width 40), or a bigger value, maybe useful. |
@tumashu Seems the issue has been fixed here, thank you! |
I can still experience flickering in pgtk built. Setting |
First of all, thank you for this package -- I used vanilla company before, but it always messes up the line numbers display and fringes, and the posframe approach solves this completely!
Nevertheless, the responsiveness is not quite at the same level as vanilla company. During typing, the posframe flickers quite a lot to fit in new candidates or adjust the frame size, while vanilla company seems to be handling the tooltip much more efficiently without any flicker.
In terms of usability, I haven't experienced slowing-down while typing as mentioned in #17 , but rather mostly the flickering issue is my main concern.
For your reference, here's my simple configuration:
The text was updated successfully, but these errors were encountered: