I know there are opening tickets for it, but there is no new information.

#2184 geany/geany-plugins#1012

Geany is a good text editor but it's lagging behind others. As conservative as Emacs, now they have acknowledged the important of LSP support and supported LSP: https://emacs-lsp.github.io/lsp-mode/

LSP is not simply as ctags. People refer to ctags when discussing LSP support make me afraid. There are many language servers out there for various programming languages:

https://langserver.org/

https://microsoft.github.io/language-server-protocol/implementors/servers/

ctags is pretty primitive compared to real language servers like clangd. And please don't confused Jedi python code completion with a language server, Jedi is a library. A language server is much more powerful.


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/3342@github.com>