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.
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.
If you go with vim you might also want to consider using neovim specifically
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.