CodeEdit
CodeEdit copied to clipboard
✨ Remote Development
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.
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.
In addition to SSH, this may also include cloud development environments (CDEs)
- #1083