-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tramp support #57
Comments
Wow that would be pretty cool. Wouldn't it require bringing all the files in the project over locally though so that fsautocomplete can find them? |
The I thought of makeing For example, when having a local and a remote/tramp
This is inspired by rtags, a nice c++ indexer, which is already tramp-aware. |
Wow! I didn't know there was support for that. It does assume that you have mono on the remote host. Do you also copy over |
I assumed To copy over |
OK, with documentation sounds fine to me. |
Thanks for your feedback. I will setup a |
Wonderful, I look forward to the feature! |
This looks amazing! A gif is worth a thousand words etc :) |
Sorry I lost track of this one. It seems it conflicts now, but hopefully trivially. Would you mind merging/rebasing and I'll get it in and release? |
No worries. I will rebase. |
I just rebased. #66 |
Great, merged. |
Would you accept a PR to add Tramp support for remote editing? Requires:
start-file-process
instead ofstart-process
buffer-file-name
before passing commands to the completion processThe text was updated successfully, but these errors were encountered: