-
Notifications
You must be signed in to change notification settings - Fork 30
Description
As I am working a lot with remote files I think being able to use Snail in this situations would be an amazing feature to have (at least for me).
I would be interested in working on such a feature but I'm not really sure where to start (I tried looking a bit at other packages that have remote capabilities but didn't get too far).
Currently I just load the module I'm working on in a local snail REPL and this gives me some code completion capabilities when working on the remote files via TRAMP, which is already nice :) (of course things don't get updated as I make changes on the remote file).
I was wondering if someone has thought about it and maybe have some ideas how can this be achieved with the current repl. Can this be done without implementing a custom elisp REPL ?