tern
tern copied to clipboard
Tramp support for tern.el?
Is it possible to complete tramp buffers with tern running on remote host?
Have you checked #315 ?
AFAIK nothing happens to solve #315?
I think so. Now, the tern server seems to be able to receive API requests from a remote machine. But elisp should solve the path translation and file transpoting between the local environment and the remote one.
Maybe its possible add buffer locals variables with some kind of request middlewares to solve this? Than it will be really simple to customize this behavior.
I'd be happy to accept a pull request if someone finds a decent solution here. It's probably not terribly hard to solve, but I'm not going to work on it myself.
Is it still open or any workaround ? BTW #315 is not working as expected.