| This looks very interesting. This was almost overdue. Since the beginning of Covid, the need for good remote code development raised quite a bit (at least for many people I know, including our team). When compared to VS Code and its remote editing over SSH, IntelliJ was really lacking. I know of a couple of people who went away from PyCharm just because of this. Related reports: https://youtrack.jetbrains.com/issue/PY-19752, https://youtrack.jetbrains.com/issue/IDEA-226455 I tried Code With Me but this seems limited to 10 minutes in the free version or so, and also not really intended for remote editing but more for pair programming. > hosted in Space What does this mean? I have not really explored this so far. Can I host private own Space instances? I can imagine this would be a requirement in many environments. Is Space an alternative to GitHub or other hosting solutions? We would not want to move our code, issues and internal project management over to some other platform. We just want good remote editing support. Will there be a free community version of Fleet? Anyway, I applied for an invitation to Fleet Preview. Maybe I can get a chance soon to try it out. |
What issues did they have?
PyCharm in particular has had a "remote interpreter" feature for a while which works quite well. The text is edited locally but the interpreter and libraries are installed on the remote end. It then brings back whatever it needs for code analysis, so performance when editing is the same as local dev.
The story isn't so great for other languages, though.