i have a project working on my work computer and I...
# random
h
i have a project working on my work computer and I wont have access to it for some time. is there a way i can remotely work on my projects via idea?
r
git
h
yeah, that's what I am using at the moment. I was hoping there would be some functionality of connecting to a FS via ssh or something, that would be neat
d
Using Windows or Mac?
(On your own client machine)
h
im using linux
d
Even better
😁 1
Look up SSHFS
h
ooh, a ssh file system (im assuming). Sounds promising
d
You can mount filesystem over SSH, not sure how well it will perform, but if it's your only option it's got to be worth a shot!
h
yeah. it might just be better. it can also be nice for collaborating possibly 🤔
l
Also, it's not the best IDE for Kotlin development, but VsCode has remote editing support via SSH
h
Does it? I'll look into that as a backup if sshfs fails on me.
l