|
|
|
|
|
by jdormit
2392 days ago
|
|
I've been using Emacs' lsp-mode (https://github.com/emacs-lsp/lsp-mode) for professional Python development for months now and it's been a great experience. It requires a little more work than I'd like to get it working with virtual environments (making sure the LSP server process is running in your venv, mainly), but I would argue that's a problem with the Python ecosystem, not lsp-mode itself. And for statically typed languages (I've tried Rust and Go) the lsp-mode experience is flawless and works out of the box. |
|
However, LSP really may change that.