TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Theia – One IDE for Desktop and Cloud

88 点作者 bd82将近 8 年前

11 条评论

0xCMP将近 8 年前
How does it compare to existing versions of this like Eclipse Che or Cloud9 (c9.io)?<p>I don&#x27;t see the motivation they had to build this other than they wanted support for YANG right? I&#x27;d want to see their motivation behind taking on such a big project
评论 #14689918 未加载
评论 #14690097 未加载
评论 #14689876 未加载
stephenr将近 8 年前
&gt; Electron<p>Sorry, but no.<p>If I&#x27;m going to run a resource heavy VM rather than a platform-native app, I may as well just keep using IDEA on JVM.
评论 #14690651 未加载
评论 #14694842 未加载
michaelbuckbee将近 8 年前
I realize it&#x27;s super early, and this look interesting, but I&#x27;m unable to figure out if &quot;cloud&quot; in this case means:<p>- Runs in a Browser for the purposes of editing files locally<p>or<p>- Runs in a Browser and we have a whole backend way of spinning up a VM&#x2F;Docker&#x2F;something for you to do things with as well (The new defunct <a href="https:&#x2F;&#x2F;www.nitrous.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.nitrous.io&#x2F;</a> did this so you could do things like remotely run pg, your Rails stack, etc.)<p>Both are good&#x2F;bad for different reasons, mostly just curious.
评论 #14690131 未加载
评论 #14689832 未加载
评论 #14689846 未加载
ionised将近 8 年前
&gt; run as native desktop applications (using Electron)<p>Native Electron? Isn&#x27;t this an oxymoron?
gourneau将近 8 年前
This looks very nice!<p>Just wanted to join out that JupyterLab (in alpha now) <a href="https:&#x2F;&#x2F;github.com&#x2F;jupyterlab&#x2F;jupyterlab" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;jupyterlab&#x2F;jupyterlab</a> also uses PhosphorJS and aims to be a IDE in the browser as well.
评论 #14693853 未加载
评论 #14691593 未加载
bearjaws将近 8 年前
Call me when its a good as Webstorm.
ohstopitu将近 8 年前
A while back I was considering getting an iPad pro as my primary device (during travel, commute, time pass etc.) because I really wanted a light device that did the following:<p>1. Pen support (it&#x27;s so much more natural when mind mapping ideas for projects)<p>2. Great App Support (this kinda made me drop windows as the app store on windows is terrible)<p>3. A device to develop on (so I could run something along the lines of docker, node etc.)<p>4. Awesome battery life<p>I felt that the iPad did 3 of my 4 asks, and I considered using mosh + vim to code in the cloud. However, my vim skills are &quot;meh&quot; at best.<p>Currently I&#x27;m using a cheap windows device (a $500 Asus laptop) and it does not do any of the things I wanted perfectly.<p>This project appears to change that, because I feel that it won&#x27;t be too far out of the way to consider getting a native iPad app for such an editor that did everything in the cloud.
评论 #14691980 未加载
评论 #14691956 未加载
romanovcode将近 8 年前
This clearly uses many parts of VS Code source code. So the question is - why bother creating another inferior to VS Code editor?<p>AFAIK you can run VS Code on cloud without problems since it&#x27;s Electron to the core.
评论 #14693881 未加载
评论 #14690818 未加载
OtterCoder将近 8 年前
I have exactly zero interest in a cloud based IDE. If I&#x27;m writing code for clients, and I want it accessable remotely, I&#x27;m darn well going to host it on servers I control.
colemickens将近 8 年前
I saw this a few months ago and have played with Che. I can&#x27;t stop imagining a headless VS Code running somewhere in a container, with a remote web UI (the VS Code UI already is easy to run in browser, see what the SourceGraph folks are doing, or this Theia is using VS Code components as well).<p>But, I don&#x27;t do much GUI &#x2F; client-side work, so I don&#x27;t know if such a thing is feasible at all.
评论 #14690170 未加载
jameskegel将近 8 年前
Oh wow this is cool! I&#x27;m going to try this out on my remote server I use with my chromebook; this is just the app I&#x27;ve been looking for.