-
**Describe the bug**
A change from 6.3 (working) and 7.0 (breaking), it appears that `lsp--capf-filter-candidates` scores completion items, then sorts by those scores. If a CompletionItem `sortText` …
-
This issue was fix in 41f6d047c4364dca716ddf03c3bc6004140d6b9c. The problem was because of `capf` source is dynamic allocation during completion, hence I couldn't get the correct result. Yet fix this …
-
Hello Dimitry,
As a follow up to your comment here:
- https://github.com/company-mode/company-mode/issues/208#issuecomment-325731775
I'm wondering how you feel to add support for a fixed-width …
-
Hello Daniel, I started experimenting with vertico to make some suggestions, as you requested. I found an issue where if you try to copy/rename from one Dired buffer to another, without providing any…
-
This is very snappy and almost a great replacement for `pyls`, however there are still some ways that I need to fix my configuration of this package.
Right now, all symbols in the python file I'm e…
-
Hi. I'm trying to use company-clang for completion of C/C++ code. I have turned off company-semantic. For the most part company-clang works great. However under a few cases it produces duplicate candi…
-
**Describe the bug**
When editing typescript, If eslint enabled (lsp-eslint-server-command will set), lsp-mode ignoring `additionalTextEdits` from `lsp--resolve-completion` responses.
**To Reprodu…
-
Hi,
I am trying to customize LaTeX-specific backends for `company` to work with `LSP`. My problem is I cannot seem to get all the desired backends to work well together. For example, `company-capf`…
-
**What did you expect to happen?**
I upgraded doom with `doom upgrade`, and then ran the command again, which I expected to work (updating nothing since it should have been up to date)
**What ac…
-
MRE:
```
ELISP> (with-current-buffer "test_buffer.jl" (julia-snail--repl-completions "xyz"))
:nothing
```
Should return nil instead, this makes company-capf complain. I'll fix this unless someone…