Post #4479493
2026-08-09 19:56 UTC
Replies (3)
-
@scrion@lemmy.world 2026-08-09 20:55
Every editor “supports” SSH, you can mount files on a remote SSH server via SSHFS.
-
@jaybone@lemmy.zip 2026-08-09 20:52
It’s kind of sad that many people don’t use the shell / terminal anymore, especially as part of their regular development flow. There’s so much scripting and so many shell commands you can use that will do things you just can’t do in vscode. And having an editor like vi immediately available is part of that flow. For me, vim and the shell are my primary IDE. I rarely fire up vscode. But I guess I’m getting old. Still faster than the younger devs who mainly use vscode and then struggle when they are forced to use the command line due to whatever circumstance where vscode is not available or appropriate. Kind of makes me sad. Feels like a valuable skill is being lost.
-
@bilb@lemmy.ml 2026-08-10 13:23
I use kate for almost everything. I can open and edit files over sftp, and it has a terminal like vscode as well. I should try vscode again, it’s been a while.