company-box
company-box copied to clipboard
A company front-end with icons
 Not sure how to reproduce though
When I activate "all-the-icons" for company box, the icons get misaligned `(setq company-box-icons-alist 'company-box-icons-all-the-icons)` __Expected behavior__ :  __With all-the-icons enabled__ :  My font is "Source Code Pro" height...
Create hook to run customizations on newly created `company-box` buffers (both the choices buffer and the doc buffer). Rationale - I use https://github.com/ema2159/centaur-tabs, and don't want tabs to show up...
Similar to how you can flip the position of the company-box, would it be possible to horizontally position the company-box-doc relative to its frame position? For example, in the image...
 Blocking on https://github.com/tigersoldier/company-lsp/pull/91.
The frame height is calculated in `company-box--set-frame-position` as the character height in pixels multiplied by the number of items. The character height does not include `line-spacing`; this causes the calculated...
I've added support for https://github.com/jorgenschaefer/elpy . Unfortunately it requires `annotation` parameter in addition to `candidate` to determine what icon to display and this change would probably break people custom icon...
Hi @sebastiencs, thanks for the great package. I notice that `company-box` is quite slow, mostly because it has to re-render all of candidates. Would it makes sense to only render...
Candidates sometimes disappear when `company-box-enable-icon` is `t` `setq company-box-enable-icon t`:  `setq company-box-enable-icon nil`:  Config: ```elisp (use-package company :defer 1 :config (setq company-tooltip-align-annotations t) (company-tng-configure-default)...
Is there a way to set the color of each icon while using all-the-icons? For me all icons displays with the same color as text in tooltip.