-
**Describe the bug**
Candidates that begin with `$` aren't fetched when `company-lsp-match-candidate-predicate` is set to `'company-lsp-match-candidate-prefix`.
**To Reproduce**
```
-
After creating a snippet, when I expand the snippet in a Python buffer, I got this error:
```
Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil)
tree-sitter--after-change(…
-
**Describe the bug**
Python LSP-Mode server connection: Somehow connection to Python server is not possible. I installed lsp-jedi & jedi server in python venv, then lsp-pyl and at last lsp-ms-python.…
-
Hello,
**Describe the bug**
When I try to paste a line, my cursor teleports to elsewhere and unrelated code errors shows up.
This is a short video of this error: https://streamable.com/9p3izv
I …
-
#### Description :octocat:
Python REPL freezes
#### Reproduction guide :beetle:
- Start Emacs
- Open a Python buffer
- Execute python-start-or-switch-repl
- Use the REPL as you normally would
…
-
Hi there!
I use `company-mode` in conjunction with `lsp-mode` and it seems that when I'm using it, after a period of time, it just... stops working. `lsp-mode` appears to be still active and workin…
-
**Describe the bug**
Cannot go to next field of a snippet when it is filled with result from `company-capf`.
**To Reproduce**
`lsp-start-plain.el`
```elisp
;;; lsp-start-plain.el --- LSP mode q…
-
I'm using CIDER for Clojure code completion. When I type in `(java.lang.System/|)`. The `|` represent the cursor point.
The company-mode does not auto trigger completion after the `/` character. The …
-
Frist of all, thanks for this respositories author @yyoncho.This project is asm!!
My question is, the company's selection content is too long ,and mostly were repeated. I rearched the document about…
-
**Describe the bug**
While typing inside a dart file, completions often take 1-2 seconds to return and freeze all input within the editor. When ```lsp-print-io``` is set to ```t```, completions takes…