Which proprietary software do you prefer over their open-source alternatives, and why?

mayflower@lemmy.ml to Asklemmy@lemmy.ml – 428 points –
649

You are viewing a single comment

both GNU emacs and vim can have autocompletion powered by the same language servers that vscode uses. They support the same features (jump to definition, rename symbol under cursor etc etc) as well.

I suspect the op doesn't realize that you need to setup plugins in order to achieve this functionality. But yes, the functionality on VS Code that provides auto complete is from Language Servers and Neovim and other editors do support the Language Server Protocol via plugins.