you are viewing a single comment's thread
view the rest of the comments
[โ€“] 9 points 3 years ago (2 children)

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.

  • source
  • parent
  • hideshow 4 child comments
  • [โ€“] 1 point 3 years ago

    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.

  • source
  • parent