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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Visual Studio Code: Shipping One of the Largest Microsoft JavaScript Apps

208 点作者 eklavyaa大约 8 年前

13 条评论

Jazcash大约 8 年前
I switched to VSCode in a heartbeat after many years of Sublime. I love Sublime, but there are countless more benefits to using VSCode over it, and having 1 second slower startup time is well worth them.
评论 #14066640 未加载
评论 #14068203 未加载
Timothycquinn大约 8 年前
For naysayers, Electron only has to support one browser flavor and one version, which eliminates one of the biggest disadvantages of building Web based apps. With Electron and similarly with nw.js, the performance can be close to par with native apps without the cross compilation issues of native c++ frameworks like Qt. And with Electron, if you want to write some native code in C/C++, you can integrate that also. The only downsides I see is protecting closed source code and the lack of Mobile support, which is not coming any time soon due to Apple blocking Google V8 engine from their platform due to V8's use of JIT compilation.
评论 #14068053 未加载
评论 #14068036 未加载
评论 #14067652 未加载
thomastjeffery大约 8 年前
Interesting article.<p>VScode shows off a fantastic design by being responsive enough to use, and still using electron for drawing.<p>It&#x27;s a great editor, but a lot of us (myself included) care a great deal about latency and performance in a text editor. It&#x27;s our home, and we like it to be clean and organized.<p>Kudos to the VScode team for doing such a great job minimizing the headache that is electron, and building a very usable editor, but I&#x27;ll stick to Emacs for now.
tejinderss大约 8 年前
Personally I think it&#x27;s a biggest mistake to use browser engine for a text editor. We already knew how slow and clunky the browsers are and thanks to vscode and atom our text editors are becoming the same. I would stick to sublime text and vim for as long as I could. &#x2F;rant
评论 #14066042 未加载
评论 #14066059 未加载
评论 #14066435 未加载
评论 #14066643 未加载
评论 #14066138 未加载
评论 #14066299 未加载
评论 #14066203 未加载
评论 #14066662 未加载
评论 #14066298 未加载
评论 #14067984 未加载
评论 #14067775 未加载
评论 #14066373 未加载
评论 #14066123 未加载
评论 #14068327 未加载
评论 #14066805 未加载
pasta大约 8 年前
What I don&#x27;t get is why they just arent using a stripped down version of Visual Studio for this. But maybe VSC is more like a test product for Microsoft to see how development in Javascript works out.
评论 #14066063 未加载
评论 #14066787 未加载
评论 #14066308 未加载
评论 #14067453 未加载
评论 #14066069 未加载
评论 #14076383 未加载
评论 #14066064 未加载
ChrisCinelli大约 8 年前
A little more than 1 year ago, I started experimenting with new editors. I move through Sublime, VSCode and Atom. VSCode felt very good but at that time it was missing a few features I needed it. I end up sticking with Atom. So far I think it is great.<p>If I have some time for another exploration I will take another look at VSCode and diving in WebStorm.
matwood大约 8 年前
I like VSCode and use it often, but Intellij is still so &#x27;smart&#x27; it is hard to leave. Editing Terraform configs across many files? Intellij is the best I have seen at remaining context aware, following variables and marking errors. Same thing with JS, or even random things like nginx configs.
评论 #14068386 未加载
评论 #14068038 未加载
jalfresi大约 8 年前
Love VSCode but still getting 100% cpu usage for php process on OSX. Great for Go dev though!
评论 #14067209 未加载
jafingi大约 8 年前
There is a spelling mistake in the module registration ;-) mimetype, not minetype.
z3t4大约 8 年前
commonjs modules have lifetime cache ability. the more popular a module is the more likely it will already be stored locally. they can also be pushed by the server via package.json
z3t4大约 8 年前
the small benefit of minifying is out weight by using a &quot;compile&quot; to JS language that usually produce much more code <i>:P</i>
tmsldd大约 8 年前
I know there are a lot of fans of VSCode (and also VisualStudio).. I use it frequently .. My problem with them is that no matter how fast computers get and how much memory it have, VScode and VStudio will be still slow.. I mean, the tools are great but I&#x27;m just wondering if java script was really the right approach...
pperusse大约 8 年前
Was I the only one surprised with the variable minetypes: [&#x27;application&#x2F;x-php&#x27;], focus on minetypes instead of mimetypes.<p>I guess they have a reason for keeping it that way, although if such a typo exists unfixed in the codebase, that gives you a general hint of the overall codebase quality.
评论 #14067350 未加载
评论 #14066728 未加载