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.

The Rise of Microsoft Visual Studio Code

479 pointsby Harjover 6 years ago

44 comments

munchbunnyover 6 years ago
Having gone through Triplebyte&#x27;s interview process, I&#x27;ll propose another interpretation: Triplebyte&#x27;s interview is <i>on aggregate</i> biased against Java and C# developers. I&#x27;m not accusing Triplebyte of &quot;being biased&quot;, but rather pointing out that Java and C# tend to correlate to a skill set that Triplebyte&#x27;s test process values less.<p>My experience of Triplebyte&#x27;s interview process is slanted towards frontend&#x2F;backend developers of web apps. Fortunately for me, that was my background. However, in the team I currently work with, the team is in aggregate heavily C# with only secondary experience in web frontend&#x2F;backend development. That&#x27;s because their expertise is in low level security. Several developers on this team are exceptions to the &quot;don&#x27;t roll your own cryptography&quot; adage.<p>They&#x27;re all competent developers, but the version of Triplebyte&#x27;s coding test that I took (and passed) would be in unfamiliar territory for people in this team. That&#x27;s fine since most of Triplebyte&#x27;s clients are probably looking for web frontend&#x2F;backend skills, but I think this means that Triplebyte&#x27;s test shouldn&#x27;t be seen as an objective measure of programmer skill, just an objective measure of fit for Triplebyte&#x27;s clients.
评论 #18623609 未加载
评论 #18623563 未加载
评论 #18623725 未加载
评论 #18625562 未加载
评论 #18624402 未加载
评论 #18621599 未加载
hprotagonistover 6 years ago
There are some warts, but it seems nice from afar. The biggest wart is&#x2F;was the &quot;FUCK FUCK FUCK&quot; git clean vs git reset UX error: <a href="https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode&#x2F;issues&#x2F;32405" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;microsoft&#x2F;vscode&#x2F;issues&#x2F;32405</a> . This is a fantastic demonstration of why i exclusively use git from a command prompt -- i <i>know</i> what will happen and nobody&#x27;s going to reinvent terms to put on buttons that just confuse me.<p>In my life:<p>- I&#x27;m committed to emacs for org-mode and LaTeX editing and daily use.<p>- I paid for sublime so i will use it -- and multiple cursors everywhere is a boon for quick and dirty data munging.<p>- I write serious python code in pycharm.<p>- I write serious c# in full blown Visual Studio
评论 #18620833 未加载
评论 #18621517 未加载
评论 #18622301 未加载
评论 #18621235 未加载
评论 #18625923 未加载
评论 #18621329 未加载
评论 #18620787 未加载
评论 #18625977 未加载
评论 #18624625 未加载
评论 #18624710 未加载
评论 #18622827 未加载
评论 #18627388 未加载
评论 #18626080 未加载
评论 #18620828 未加载
评论 #18623705 未加载
评论 #18624788 未加载
评论 #18626186 未加载
评论 #18639839 未加载
johngaltover 6 years ago
&gt; Engineers who use Go are also especially strong. If you know why, please let me know.<p>Because there is almost no reason to learn Go. Most shops want JS&#x2F;Java&#x2F;Python&#x2F;C# etc... The primary reason to learn a language like Go is because you want to for it&#x27;s own sake.<p>It&#x27;s not that you must learn Go in order to be good, or that knowing Go makes you better. Rather it&#x27;s difficult to be bad and still have the desire&#x2F;interest to spend time learning something unnecessary.
评论 #18622395 未加载
评论 #18624423 未加载
评论 #18622445 未加载
评论 #18626035 未加载
评论 #18625686 未加载
评论 #18632047 未加载
评论 #18623360 未加载
interesthrow2over 6 years ago
It&#x27;s a good text editor, first and foremost. Compared to netbeans, eclipse, visual studio, even intellj idea in my opinion. The same thing that made textmate, then sublime text successful made VSC successful. I takes a few seconds to launch, even on my celeron machine with 2Gigs of RAM, it&#x27;s relatively minimal and unlike intellj it doesn&#x27;t appear to be analyzing my whole hard drive for hours for no reason...<p>the irony is that Microsoft did hire Eclipse creator to work on that product... hopefully it doesn&#x27;t end up bloated. Having an open spec for language servers is also a smart move. While others have their proprietary, often non speced protocol, now any text editor can implement the same protocol and basically use any language server already developed.<p>So kudos for Microsoft, it&#x27;s a great piece of engineering.
评论 #18622566 未加载
评论 #18625840 未加载
评论 #18623298 未加载
atombenderover 6 years ago
VSCode is fast and it&#x27;s certainly the best editor&#x2F;IDE I&#x27;ve used since back when I was a Java dev using Eclipse back in 2006 or so.<p>But I recently opened up Sublime Text to compare some editor behaviour, and the difference in UI performance is <i>astounding</i>.<p>It&#x27;s possible that VSCode has regressed a bit the last couple of years. It was always faster than Atom. But comparing it to Sublime shows that there are clear advantages to writing UI code in a natively compiled language. Sublime&#x27;s widget drawing seems very well optimized.<p>VSCode has also become slower for me the last few years, simply from the load of extensions. I use the ESLint extension and the Go extension heavily, both of which parse code a lot. Neither is doing any sort of incremental parsing, so there&#x27;s potentially a lot of churn. There&#x27;s also some kind of indexing of symbols that happens in the background in the language server or in the extension. I sometimes have to kill the &quot;Code Helper&quot; process because it&#x27;s sitting there consuming a whole core when idle.<p>Overall, VSCode is becoming increasingly closer to how I remember Atom, when I used it. I worry that it&#x27;s slowly turning into Atom, performance-wise.
评论 #18625745 未加载
评论 #18622144 未加载
kconover 6 years ago
It seems strange to me to compare VSCode against PyCharm, IntelliJ, and Android Studio separately. While PyCharm, IntelliJ, and Android Studio are distinct applications, I believe they share much of their code, UI, 3rd party plugins, and workflows for all being JetBrains language-flavored IDEs.<p>On the other hand, VSCode supports different languages through its extensions instead of having separate language-flavored applications like &quot;VSCode Python&quot;, &quot;VSCode Java&quot;, or &quot;VSCode Android&quot;.<p>So I feel that reaching for IntelliJ vs. PyCharm vs. Android Studio is roughly equivalent to installing a particular set of extensions in VSCode. If you look at it that way, the data from the article seems to tell a different story - while VSCode has grown significantly in popularity, JetBrains IDEs seem to dominate in terms of overall usage (11.3% + 6.9% + 4.1% = 22.3% vs. VSCode&#x27;s 16.8%).
评论 #18623376 未加载
评论 #18624628 未加载
sbilsteinover 6 years ago
VSCode is fast, stable, and the plugin ecosystem really beats Sublime Text at this point. I was skeptical because Microsoft but it is hands down my favorite editor.
评论 #18622654 未加载
评论 #18620744 未加载
评论 #18621088 未加载
jokoonover 6 years ago
Like it was said in this thread, as long as you have an editor that is built on something js-related like electron or node-js, it just cannot beat alternatives that are made in C++.<p>I&#x27;ve tried VSCode because I wanted to have UI breakpoints with GDB, I admit that vscode seems better than atom, but for performance I have my doubts.<p>I really don&#x27;t understand why engineers choose to use JS to made a text editor. I know that js and the dom have enabled the web, but it&#x27;s because there was nothing better, choosing js to do non-web stuff doesn&#x27;t only sound silly, IT IS silly.
评论 #18628948 未加载
评论 #18632106 未加载
评论 #18639847 未加载
评论 #18625646 未加载
评论 #18624500 未加载
33degreesover 6 years ago
One of my favorite things about VS Code is how usable it is with its default configuration, and how easy it is to customize to my liking. I found Atom and Sublime Text very frustrating in that regard.
评论 #18620800 未加载
评论 #18621394 未加载
brokenwrenover 6 years ago
VS Code solves different problems then IntelliJ, PyCharm and Atom. I&#x27;m not sure this is a fair comparison. For example, I wouldn&#x27;t ever code a full Java stack in VS Code. I&#x27;d go straight to IntelliJ.
评论 #18620970 未加载
评论 #18621747 未加载
评论 #18620749 未加载
评论 #18620781 未加载
评论 #18621012 未加载
评论 #18622240 未加载
评论 #18623336 未加载
评论 #18622792 未加载
cbhlover 6 years ago
Frankly, I think we&#x27;re seeing the results of the new era of Python paradox. Except it&#x27;s not Python 3, it&#x27;s TypeScript, VS Code, and React.<p>If you look at the education space, many of the deployments are either Chromebooks or iPads. Back in 2012, the &quot;learn to code&quot; sites (like Khan Academy or Code.org) ended up building their lesson plans around JavaScript.<p><a href="https:&#x2F;&#x2F;johnresig.com&#x2F;blog&#x2F;introducing-khan-cs&#x2F;" rel="nofollow">https:&#x2F;&#x2F;johnresig.com&#x2F;blog&#x2F;introducing-khan-cs&#x2F;</a><p>People who were in 3rd- and 4th-grade in 2012 would now be finishing up high school. Someone in 7th- or 8th- grade would have just finished a bachelor&#x27;s, or maybe be looking for their second job after two or three years in the industry.<p>For these folks, TypeScript&#x2F;VS Code&#x2F;React would be a short jump from these learn-to-code-JavaScript-in-the-browser sandboxes.<p>As for Go... I suspect that&#x27;s the set of people who can handle Google-scale software complexity. So either former Google employees, or people who are in the kubernetes ecosystem.
lowercasedover 6 years ago
The &quot;live shared coding&quot; angle in VSCode makes it a great option in many areas where there&#x27;s a need for it. People have been asking jetbrains for this for a decade, and there&#x27;s nothing on the horizon as far as I can tell.
评论 #18624430 未加载
评论 #18623050 未加载
kyberiasover 6 years ago
Ok I stopped reading when they started drawing graphs how well the people using certain editors fared better in their test as if the editor could have anything to do with it.
评论 #18626112 未加载
评论 #18626054 未加载
talltimtomover 6 years ago
Well that settles it, I’m off to program some Go code in Emacs.
zygotic12over 6 years ago
I&#x27;ve told you guys before - my 10 year old son scored &#x27;well above average&#x27; on their interview process. We live in the UK but they are still trying to recruit him. And no - he cannot write code.
评论 #18623161 未加载
评论 #18625699 未加载
indemnityover 6 years ago
I&#x27;m not Microsoft&#x27;s biggest fan (I switched away from .NET and their platforms a few years ago, switched to Mac, etc).<p>But I use VS Code, it really is a great little editor with a good ecosystem.<p>The JavaScript support pulled me in, but it&#x27;s a pretty decent Rust environment now as well!
ammonover 6 years ago
Another interesting angle on this is that VS Code is free (and open source), while Sublime is proprietary and (nominally) costs $80. I wonder how many people don&#x27;t use Sublime because of the price? Atom is free too and never surpassed Sublime.
评论 #18620639 未加载
评论 #18620701 未加载
评论 #18621971 未加载
评论 #18620706 未加载
评论 #18621525 未加载
评论 #18620702 未加载
NotANaNover 6 years ago
&quot;Do Emacs and Vim users have some other characteristic that makes them more likely to succeed during interviews?&quot;<p>I think the Interview Pass Rates chart makes it clear that the answer is a statistical &quot;Yes&quot;, at least for Emacs.
评论 #18624025 未加载
评论 #18620726 未加载
shmulkey18over 6 years ago
Newspaper headline: &quot;Emacs text editor makes people smarter.&quot;
lowercasedover 6 years ago
&gt; However, it seems that the average C# or Java engineer who goes through our process does less well than the average Ruby or Go engineer. I have no idea why.<p>Given that they have the test info... and they&#x27;re the ones deciding pass&#x2F;fail... it&#x27;s a bit strange they &quot;have no idea why&quot;. Well, perhaps just this person doesn&#x27;t?<p>Are people not finishing the projects? Do the projects have syntax errors in them? Or logical bugs? What metrics do they use for &quot;pass&#x2F;fail&quot;?
评论 #18620805 未加载
评论 #18620989 未加载
评论 #18620909 未加载
评论 #18620715 未加载
评论 #18621066 未加载
评论 #18620746 未加载
评论 #18620745 未加载
JustSomeNobodyover 6 years ago
&gt; Do Emacs and Vim users have some other characteristic that makes them more likely to succeed during interviews?<p>I think it comes down to users of those editors probably are used to keeping code&#x2F;libraries in their head more. IDEs tend to suggest a lot to you and if you&#x27;re not used to having that happen you could get more nervous during whiteboarding rituals.<p>Edit: I guess this really doesn&#x27;t apply as their interview process is on the web.
satysinover 6 years ago
I have tried VSCode a few times for C++ on macOS and always found it more hassle than it was worth to get it up and running.<p>I saw it had debugging options and I thought that looked pretty cool but it is a bit of a mess with tasks.json and some other file I have forgotten about now. I recall I did finally get a working setup but it wasn&#x27;t portable between folders&#x2F;projects as the binary filenames were hardcoded and I just lost interest in fixing it.<p>I think the VSCode team could make this a lot smoother. I want my tools to simplify these things for me with automatic configuration like every other editor seems to be able to do. Not sure why VSCode needed a couple of json config files to know to use &#x2F;usr&#x2F;bin&#x2F;gcc on the current C++ file when no other programmers editor does.
评论 #18624509 未加载
hellofunkover 6 years ago
&gt; With 17% of the pie, VS Code was the editor used by the majority of Triplebyte candidates last year.<p>Huh? This has broken the world of math for me.
评论 #18620725 未加载
评论 #18620720 未加载
d_burfootover 6 years ago
It&#x27;s interesting to me that Go does so well. I have a buddy who convinced his shop to switch over to Go for the following reason: he knew that they were not going to be able to consistently hire good programmers, and he thought Go was a way to mitigate the problems arising from this situation. In other words, Go is a language where newbie programmers can still do okay. He also claimed that Google developed Go for this reason, referencing the infamous Ron Pike quote (&quot;They&#x27;re not capable of understanding a brilliant language, but we want to use them to build good software&quot;).
评论 #18625313 未加载
dcchambersover 6 years ago
This article has some very interesting data beyond just showing the rise of VSCode. Fun read.
cjensenover 6 years ago
Just as an aside, there is this sentence in the article: <i>&quot;On the peninsula, where larger companies tend to be located, you see a lot of Java developers. In San Francisco, where startups dominate, you see more JavaScript.&quot;</i><p>None of the non-SF cities is on the peninsula. They&#x27;re 100% in the Silicon Valley &#x2F; Santa Clara Valley.
welderover 6 years ago
I was also surprised to see how much VS Code has grown in popularity among WakaTime users in such a short amount of time. [1]<p><a href="https:&#x2F;&#x2F;wakatime.com&#x2F;static&#x2F;img&#x2F;wakatime-editor-usage-2018-12-07.png" rel="nofollow">https:&#x2F;&#x2F;wakatime.com&#x2F;static&#x2F;img&#x2F;wakatime-editor-usage-2018-1...</a>
yayanaover 6 years ago
Intellij, pystorm, Android Studio (and half of &quot;Other&quot;) make up more than a quarter and are the same jetbrains editor with different plugins pre-installed and some plugins unavailable..<p>That is more than VSCode and these identical IDEs are all over the place in these charts.<p>So what was I supposed to have learned from this article?
hartatorover 6 years ago
Worked with a bunch of them, always come back to Sublime Text for performance and multi-cursor support.
评论 #18620956 未加载
评论 #18620857 未加载
评论 #18620913 未加载
adrianhelover 6 years ago
What I would gladly pay 100$&#x2F;month for is Vim with correct syntax highlighting, intellisense and nice plugins (such as fuzzy finder) by default.<p>It would not need to be Vim, but I have only tried one Vim emulator that didn&#x27;t suck and was terminal-first: emacs with evil-mode. Let that be the bar for vim-emulation.<p>Why is nobody doing this? I think this would appeal to a lot of people.<p>The criteria for me to to pay for something like this would be:<p>1. Terminal first. It would either have to become my main shell or open fast within my shell.<p>2. Vim based or with GOOD Vim emulation. Macros, remapping and all normal mode key combinations must be implemented.<p>3. Fast terminal&lt;-&gt;editor loop. I don&#x27;t want to wait &gt;300ms to edit a file.<p>4. Actual production quality zero-config syntax highlighting, intellisense and fuzzyfinder.<p>Sign me up!
sinuhe69over 6 years ago
Funny how people analyse data and draw conclusions without applying any statistical method. Yeah, maybe more people use VS Code, but I don&#x27;t think it has anything to do with people&#x27;s failure or success.
评论 #18626061 未加载
pzoneover 6 years ago
VS Code has taken me off Emacs for Python development on Windows. I was never able to get a clean and speedy code completion, navigation, or refactoring to work with Emacs. I hope the situation changes someday.
评论 #18621152 未加载
评论 #18627165 未加载
brianzelipover 6 years ago
The killer feature for my switch from Atom was the built in terminal. Enough to let me be ok using a ms product temporarily to try it out. I appreciate their energy behind it - the update schedule, the changelog write ups, the listening to the feedback from the users.<p>I really liked the json config of atom. the code gui isn&#x27;t my fave but it&#x27;s ok.<p>Two other things helped me transition easily:<p>- click a button to edit `PATH` or whatever so that `$ code` opens up the editor from the terminal<p>- atom keymapping<p>The coffee script use in atom was unfamiliar territory for me too, so that part seemed distant.
craigsmansionover 6 years ago
&gt; The first thing that jumps out from this graph is the prominence of Visual Studio Code.<p>Maybe to some. 10.2% percent for vim!<p>For some reason that makes me really happy even though I use emacs. I guess the (d)evil you know...
avshyzover 6 years ago
Anyone who still uses VSCode, probably haven&#x27;t read about all the features IntelliJ and its ilk offer. The local history, for example, and its integration with the test runner (knowing at which point of your editing process your tests started to break) has saved me a tremendous amount of time. (I&#x27;ve accidentally erased changes that were uncommitted with a stroke of a `checkout -f`, and managed to save hours of work with that feature alone.)
etermover 6 years ago
These conclusions are frustrating to read because they haven&#x27;t handled the numbers properly at all and have drawn poor conclusions.<p>Take a scenario where Java&#x2F;C# are popular and have 20 people applying for each position but Go isn&#x27;t and only has 5 people applying for each position.<p>You&#x27;d then have a far far better &quot;pass rate&quot; for Go developers. But it doesn&#x27;t actually say anything about Java or Go in terms of developer proficiency.
评论 #18625575 未加载
lostgameover 6 years ago
The only issue I have with VS code is it&#x27;s awful UI&#x2F;UX performance - it behaves like an Electron app or something.<p>I realize that&#x27;s a fair insult around these crowds, but it really does have that lack-of-polish, weird-UI&#x2F;UX feeling. I know Microsoft would obviously never build an IDE off it, but I&#x27;m almost curious to see what on earth they did wrong.<p>Comparing it side-by-side with Xcode is certainly the easiest way to tell.
评论 #18624288 未加载
reaperducerover 6 years ago
Because of the popularity of VS Code on HN, I decided to give it a try. It&#x27;s good. Much better than Electron or Atom for my workflow. And much faster IME.<p>The one thing that keeps me from switching from my current IDE is the lack of Whitesmiths brace formatting. I&#x27;d pay up to $15 for a Whitesmiths plugin. Until then, I can&#x27;t change. But I&#x27;ll keep checking.
评论 #18621030 未加载
评论 #18620964 未加载
评论 #18620986 未加载
评论 #18627985 未加载
评论 #18620958 未加载
评论 #18620947 未加载
ChrisCinelliover 6 years ago
I like VSCode a lot. The only reason why I sometimes switch to other alternative is the multi-file search results. When the fix this, I will be a happy camper: <a href="https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;vscode&#x2F;issues&#x2F;63465" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;Microsoft&#x2F;vscode&#x2F;issues&#x2F;63465</a>
thedirt0115over 6 years ago
What editor do Go devs use??? Their numbers for Go only add up to 12%! <a href="https:&#x2F;&#x2F;d25hn4jiqx5f7l.cloudfront.net&#x2F;file_attachments&#x2F;files&#x2F;original&#x2F;96551f0f84b87bd438ab1e7be23c269038383620.png?1543937640" rel="nofollow">https:&#x2F;&#x2F;d25hn4jiqx5f7l.cloudfront.net&#x2F;file_attachments&#x2F;files...</a>
评论 #18623832 未加载
评论 #18624444 未加载
CrazyCatDogover 6 years ago
Sure, maybe it is the old-school nature of Vim and Emacs that makes then standout in performance, but why not throw a years-since-graduation variable into the equation to find out with greater certainty?
Miltnoidover 6 years ago
I recently helped make a VS Code extension during a Microsoft internship, and I found the language server interface really easy to use. It really makes it easy to write an extension.
nickpsecurityover 6 years ago
&quot;Do Emacs and Vim users have some other characteristic that makes them more likely to succeed during interviews? Perhaps they tend to be more willing to invest time and effort customizing a complex editor in the short-term in order to get returns from a more powerful tool in the long-term?&quot;<p>One thing I noticed on Lobste.rs is that a lot of them like the old school editors. That&#x27;s normal. What was more interesting was that they were constantly sharing and discussing their customizations that made them more productive. Kept making me want to have another go at those editors. I didn&#x27;t since I came from Windows with big, full-featured editors that could do everything (or Notepad++ or Notepad). Still, I keep reading those comments since there&#x27;s always new and interesting things people are coming up with.<p>In other words, I think the author is onto something worth further investigation and comparisons. Especially comparing VS Code programming to experienced folks using highly-customized, full-featured setups in the other stuff. I bet the results would be more interesting than a random person tried using Emacs or whatever.
laytheaover 6 years ago
Where is Notepad++??? !!!
评论 #18625248 未加载