company-box icon indicating copy to clipboard operation
company-box copied to clipboard

A company front-end with icons

Results 79 company-box issues
Sort by recently updated
recently updated
newest added

This has GREAT documentation popup. It would be really nice to wire this up to elisp buffers for on timer or hotkey invocation to display the function or var at...

Compiled gccemacs against [b8d3ae78](http://git.savannah.gnu.org/cgit/emacs.git/commit/?h=feature/native-comp&id=b8d3ae78c54db7c7bb65d367a80f9be3d8744c48) I can see the Tab Line of company-box (see the picture below). Since you're reading this: thank y'all for maintaining such a useful and stable package

in my \*scratch\* buffer, writing a Elisp function and navigating through the auto-completion I see there are no icons, but worst of all, an error is throw: ``` Debugger entered--Lisp...

Initially, I reported this in the modus-themes here: https://gitlab.com/protesilaos/modus-themes/-/issues/152 but the issue seems to be in company-box. Changing themes breaks the colors of company-box: First theme: ![](https://gitlab.com/protesilaos/modus-themes/uploads/0359c307c8b6d0f6eade8092af389dff/image.png) After switching to...

![image](https://user-images.githubusercontent.com/378699/39458545-09d36400-4d28-11e8-8dfa-88003aa5b27f.png) This is my screenshot, you can see, there is offset between typed text and candidate. BTW, why there is no scrollbar, and I can't scroll down candidates too.

Before: ![Screenshot_20200921_165029](https://user-images.githubusercontent.com/29731420/93776938-d32e2a00-fc2c-11ea-993a-e820ef39a6f7.png) After: ![Screenshot_20200921_165149](https://user-images.githubusercontent.com/29731420/93776951-d6c1b100-fc2c-11ea-8349-6e6c17e16f8e.png)

I use following code to try to use company like auto-complete. ```cl (define-key company-active-map [tab] 'company-select-next-if-tooltip-visible-or-complete-selection) (define-key company-active-map (kbd "TAB") 'company-select-next-if-tooltip-visible-or-complete-selection) ``` e.g. when press TAB in tooltip, instead of...

Unlike `company`'s buffers, the buffers of `company-box` can be modified, which can be annoying when they are selected accidentally (e.g. because the mouse hovered over them). Fix this by making...

Similar to the way docstrings for candidates are displayed, it would be fun/maybe-useful to have the company-ispell completion be able to hook into a dictionary with definitions (and/or a thesaurus...

![image](https://user-images.githubusercontent.com/42984254/98595456-03488f80-22a4-11eb-9d3d-caa158f90fbd.png) When using python with the pyright lsp, I noticed that when I hover over a completion item that has a doc associated with it, the popup goes across my...