Re: Anyone with experience in using LSP (Language Server Protocol) with Emacs?

2022-02-19 Thread Omer Zak
I do not mind dealing with difficult set up. What I want to know is if it is worth it - whether the experience with emacs-lsp (and/or its alternatives) is good. I am targetting mostly Python, but would like to know also people's experience about using Emacs with LSP when editing code writting in

Re: Anyone with experience in using LSP (Language Server Protocol) with Emacs?

2022-02-17 Thread Eli Zaretskii
> Date: Thu, 17 Feb 2022 08:59:59 +0200 > From: Vordoo > > Turns out that there is a LSP (Language Server Protocol) which > decouples the language integration from the rest of the text editor. > See: > https://www.toptal.com/javascript/language-server-protocol-tutorial > > And there is a LSP

Anyone with experience in using LSP (Language Server Protocol) with Emacs?

2022-02-16 Thread Omer Zak
My favorite text editor is Emacs. However, I developed envy for IDEs like IntelliJ IDEA and VSCode, due to their powerful language integrations. Turns out that there is a LSP (Language Server Protocol) which decouples the language integration from the rest of the text editor. See: