-
Is there any plan to provide integration with python virtual environments like conda environments or virtualenvs?
For now, is there a way to set the flycheck checker executable to avoid errors aris…
-
Confirmed with lsp-java and lsp-typescript. [Emacs 27.1, Emacs 28]
![image](https://user-images.githubusercontent.com/9789061/89955199-caf8cd00-dc32-11ea-8af4-ecbf1cd21339.png)
On every completi…
-
Hi,
I use clangd as c's server. `company-capf` can complete the "#inc"
![image](https://user-images.githubusercontent.com/9064146/83342572-ef851000-a2a5-11ea-9fb4-f1619d53bded.png)
But, it is…
-
**Steps and Expected**
I have (doom-modeline-mode) in my init file.
When I go to an item in org-mode, and hit the C-c $ (org-achive-subtree) command,
the minibuffer area flashes briefly and the…
-
Here's what I have in my config
```
(use-package comapny
:ensure t
:init (global-company-mode t)
:config (setq company-idle-delay 0))
(use-package company-jedi
:ensure t
:init (add…
-
**Describe the bug**
I think `lsp-completion--capf-exit-fn` deletes more characters than it should.
**To Reproduce**
1. I want to input `fff` before `int_a`.
![屏幕快照 2020-08-07 下午2 28 39](htt…
-
Before enabling evil-collection, I can hit the Enter key to insert the selected item provided by company mode.
After enabling evil-collection, hitting Enter generates a new line, and nothing is in…
-
**Describe the bug**
When I want to enter the `System.out.println` statement in the java file, when I enter `Sys`, the auto-complete prompt cannot be displayed, and the following error occurs:
Com…
-
**Describe the bug**
I use rust + lsp-mode, i have code like this:
```rust
fn main() {
let a = [1, 2, 3, 4, 5];
let mut b = a.iter();
assert_eq!(b.next(), Some(&1));
}
```
I bin…
zw963 updated
3 years ago
-
Occasionally, usually _after_ code completion, extremely annoying docs appear in a split buffer below (along with lsp-ui docs on side). The amount of docs showed can be quite large and takes up half o…