Doug Schaefer
Doug Schaefer
Cool, I tried this out on my test and it does fix my problem. Thanks!
That's a great question. For me, this is a desktop IDE. There is no server component, except for features that hook up to servers for data, or pages in the...
Indeed. I've always wondered how servers could scale cheaply to handle a large number of users using a web IDE especially with things like builds that need to happen server...
I understand the need for "controlled" development environments that server side and Che provide. It's just not an inspiring use case. (i.e. I'd hate to have to work in such...
I've been following the Orion Electron work. It packages the client and the node server into the app so I assume it's getting some attention. BTW, probably not on topic,...
Great question @gulshan. It's funny because I'm using vscode to build Two and at times they do look very similar, mainly thanks to the fact it uses the same text...
We would have to fork VSCode to do that. There is no extension for adding new editor types. And I'm actually wrapping the code editor experience in a higher layer...
@patoupatou Definitely. We will need an extension mechanism to allow plug-ins. VSCode is very limited at what extensions can extend, and that's on purpose to help enforce the architecture. I...
I just wanted to highlight one of the main goals of this project. It just isn't about reimplementing the classic Eclipse IDE on Electron. It's actually more about rethinking the...
Absolutely. LSP is what enables experimental front ends like this. I can't wait to get things hooked up. I might even start with the Java LSP that Red Hat is...