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
I'm not crazy about the advice approach at all, but your particular one is also based on outdated information. Company's popup doesn't use display anymore, we settled on 'before-string. That's how the kind icons are able to be rendered, too.
So the end of the advice should be changed.
You can also try advicing company-fill-propertize instead (with an after advice), that should allow a much shorter definition.
The text was updated successfully, but these errors were encountered:
I'm not crazy about the advice approach at all, but your particular one is also based on outdated information. Company's popup doesn't use
display
anymore, we settled on'before-string
. That's how the kind icons are able to be rendered, too.So the end of the advice should be changed.
You can also try advicing
company-fill-propertize
instead (with anafter
advice), that should allow a much shorter definition.The text was updated successfully, but these errors were encountered: