You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Coming from #1429 (reply in thread), it just crossed my mind that I should really switch from lsp-mode now that eglot is "standard"... But I couldn't find a procedure on how to do so in the eglot manual or in the discussions here.
Is there a documented way to make that jump? What the tradeoffs are?
I have found this article from Andrey Listopadov discussing some of those questions, but it's already pretty old (2023) and I'm actually wondering if the following "missing" things are still of actuality:
So, a quick list of things I’d like Eglot to have:
Dedicated functions for finding references, jumping to definitions;
Minor-mode-like functions for turning Xref and completions on and off on a workspace basis;
A keymap prefix for mnemonic mapping available commands;
Ability to ignore certain directories or projects from launching language servers.
The first and third items there would be particular pain points for me, migrating from lsp-mode where I do use "jump to definition" quite a bit (bound to ESC . if my fingers remember right) and i have C-c C-l as a lsp-mode prefix...
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Coming from #1429 (reply in thread), it just crossed my mind that I should really switch from lsp-mode now that eglot is "standard"... But I couldn't find a procedure on how to do so in the eglot manual or in the discussions here.
Is there a documented way to make that jump? What the tradeoffs are?
I have found this article from Andrey Listopadov discussing some of those questions, but it's already pretty old (2023) and I'm actually wondering if the following "missing" things are still of actuality:
The first and third items there would be particular pain points for me, migrating from lsp-mode where I do use "jump to definition" quite a bit (bound to ESC . if my fingers remember right) and i have C-c C-l as a lsp-mode prefix...
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions