TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

208 pointsby eklavyaaabout 8 years ago

13 comments

Jazcashabout 8 years ago
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 未加载
Timothycquinnabout 8 years ago
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 未加载
thomastjefferyabout 8 years ago
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.
tejinderssabout 8 years ago
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 未加载
pastaabout 8 years ago
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 未加载
ChrisCinelliabout 8 years ago
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.
matwoodabout 8 years ago
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 未加载
jalfresiabout 8 years ago
Love VSCode but still getting 100% cpu usage for php process on OSX. Great for Go dev though!
评论 #14067209 未加载
jafingiabout 8 years ago
There is a spelling mistake in the module registration ;-) mimetype, not minetype.
z3t4about 8 years ago
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
z3t4about 8 years ago
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>
tmslddabout 8 years ago
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...
pperusseabout 8 years ago
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 未加载