3 ms·
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 configuratio
by pca006132 10mo ago
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...
- hirvi74 10mo agoThere is TRAMP. https://www.gnu.org/software/tramp/ https://www.gnu.org/software/tramp/ I am not sure if it will fit your needs or not.
- stackghost 10mo agoI believe the analogous thing in emacs is called TRAMP. I have no idea if it's good, as I never edit files remotely, but it exists.
- brendyn 10mo agoEmacs 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
- blubber 10mo agoWhat kind of remote functionality? Lately, somebody mentioned https://code.visualstudio.com/docs/remote/tunnels https://code.visualstudio.com/docs/remote/tunnels
- v9v 10mo agoI 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.
- valcron1000 10mo agoNot at the same level. TRAMP is way behind feature-wise.
- skydhash 10mo agoYou mean like the way VSCode does by installing a whole mini version of itself on the remote computer?
- bergheim 10mo agoWell, I guess? Using TRAMP with large projects is not a pleasant experience. It works great for one-off files and remote bookmarks etc, but for working with large projects you're better off mosh/ssh-ing into the server and using Emacs there. With things like term-keys [1] you can use all the keys there as well. Basically only missing out on images and variable fonts, both of which are none issues for me at least when programming. 1: https://github.com/CyberShadow/term-keys https://github.com/CyberShadow/term-keys
- deleted 10mo ago[deleted]
- deleted 10mo ago[deleted]