CodeEditApp / CodeEditApp/CodeEdit
✨ Remote Development
Open
enhancement
- Dominant language
- Swift
- Stars
- 23k
- Forks
- 1.2k
- PR merge metrics
- No merged PRs in 30d
Description
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](https://code.visualstudio.com/docs/remote/ssh) for details on how to implement this feature well.
Contributor guide
Assessment
This issue has not been assessed yet.