What I miss from vscode is the remote functionality, can you do it with emacs? For neovim there is distant.nvim, but idk if it is mature enough and configuration seems a bit annoying...
Emacs already does that with TRAMP via SSH -- You just open a file like /ssh:user@server:/etc/hosts the main downside is if your connection is laggy Emacs will lock up momentarily. There is an ongoing effort to improve the multithreaded-ness and async-ness of Emacs to make it nicer
I use TRAMP to edit code loaded on robots occasionally. One advantage compared to VSCode is that it doesn't require the installation of anything onto the computer you're connecting to, since it uses the usual linux tools to work. But it can freeze up once in a while.
brendyn|3 months ago
v9v|3 months ago
hirvi74|3 months ago
https://www.gnu.org/software/tramp/
I am not sure if it will fit your needs or not.
unknown|3 months ago
[deleted]
blubber|3 months ago
stackghost|3 months ago
valcron1000|3 months ago
skydhash|3 months ago