Replies: 1 comment 1 reply
-
OK, if this one is easier to reproduce, then please do the following:
Attention to detail in crafting a reproducible recipe matters a lot here. You will need to setup a non-Doom emacs. It's not as hard as it may sound though. usually having the LSP server program (e.g. pyright) and some GNU Elpa packages (say, Eglot and Company) installed, then running:
will be enough for you to show the problem, collect the needed files, and make a beautiful MRE. The outcome is often one of the following:
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm running into a similar bug in python with pyright lsp to this one: #4
The gist is that sometimes eglot-rename will stick the variable name in extra places, or below the line where it's supposed to happen, or a few characters offset.
It's been really tricky to reproduce, since it happens rarely and the circumstances under which it happens seem really brittle. Would love to submit an MRE, but stuck on how to do this efficiently.
I'm using doom emacs with:
in my init.el
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions