-
Hi!
While looking over recent MELPA PRs (https://github.com/melpa/melpa/pull/8676) I noticed that your package includes Company- and Cape-specific completion backends. I suggest that you instead pr…
-
Anaconda completion is static by definition. While working with shell interactively it's useful to have completions and eldoc for objects what are created interactively. Fortunately that's is already …
-
When passing a function as the `collection` argument to `all-completions`/`try-completion`/`test-completion`, these functions do not automatically filter the “collection” by `completion-regexp-list`, …
-
One thing I miss in company-flx is support for the `company-dabbrev` backend, so I implemented a really simple function for `completion-at-point-functions` in terms of dabbrev.
The capf function, `my…
-
Is it possible to not sort company's candidates?
Jedi returns the normal objects first and then the magical ones instead company shows them in reverse.
I think is better to keep what jedi provides.
…
-
Citing from the the tool's site [1]:
> Company-flex only works with the company-capf backend. Most sources use this backend, with the exception of the more advanced sources. Most backends should be r…
-
### Discussed in https://github.com/company-mode/company-mode/discussions/1422
Originally posted by **zbelial** October 28, 2023
I wish to improve user experience when using company-capf with …
-
A "native" company backend (i.e. not relying on completion-at-point-functions/company-capf) would be very useful because with capf, company does not cache the candidates.
So while the completion li…
-
#### Description :octocat:
company-capf error when working with namespaced functions in Clojure. Preventing me from accessing namespaced functions.
#### Reproduction guide :beetle:
- Use the late…
-
```
Before logging the bug, please make sure that:
1. You are using the latest version of `lsp-mode` related packages.
```
Yes, lsp version from melpa `20200504.643`.
```
2. You may also try r…