-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
When coding for the GBA, it can be very beneficial to know the values in certain memory registers (aka special places in RAM). Would it be possible to show these when we encounter breakpoints?
Exam…
-
Hey I have the following which I feel should work, what am I doing wrong? From the readme shouldn't better-jumper piggy back off of the built in jumplist implementation to track when jumps occur? Or m…
-
I'm trying to use lsp and lsp-ui with Vue's vls. I have emacs 27 nightly with libjansson support (confirmed that's working OK).
Typing in a Vue file is extremely slow; maybe one character echoes per …
garyo updated
5 years ago
-
This is happening to me with the following setup:
- macOS
- Emacs 28.0.50 (also freezes on 27.2)
- [pylsp](https://github.com/python-lsp/python-lsp-server).
- `emacs -Q`, load `lsp`, `lsp-ui`, a…
-
For my just my own use (never published) I've been working on: https://github.com/iocanel/idee, which I would gladly donate as a whole or individual pieces of functionality to this project.
What co…
-
I'm thinking about YAML files that are templated, usually with a `{{ }}` based syntax, causing all sorts of errors and complaints about the file. Helm, Jinja, Go templates all are problems.
I've tr…
-
I want to be able to filter out xref results within test files. For example, if I'm finding references to function `foo` which is called 50 times in tests but only 2 times in code, I want to be able t…
-
I just get an error when trying to use it:
```
Debugger entered--Lisp error: (void-function er--expand-region-1)
er--expand-region-1()
change-inner*(nil nil)
change-inner(nil)
funcall…
-
I've the following in my emacs init:
```
;; =============================
;; Requried packages to install
;; =============================
;; sudo apt install pandoc
;; M-x package-install RET…