CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

✨ Remote Development

Open abhibeckert opened this issue 2 years ago • 2 comments

It should be possible to edit a project on a remote server over SSH.

Commands like project find, version control, LSP (See CodeEditApp/CodeEditTextView#40) should be executed on the remote server to eliminate latency issues as well as generally reducing the complexity of this feature.

The integrated terminal would also be for the remote server.

Plugins/Modules should also be able to execute code on the remote server.

See VS Code for details on how to implement this feature well.

abhibeckert avatar Mar 29 '22 23:03 abhibeckert

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

stale[bot] avatar May 30 '22 15:05 stale[bot]

In addition to SSH, this may also include cloud development environments (CDEs)

  • #1083

austincondiff avatar Feb 24 '23 22:02 austincondiff