News

Stack Overflow Dev Survey: VS Code, Visual Studio Still Top IDEs 5 Years Running

Some things never seem to change in the sprawling developer surveys published annually by Stack Overflow, such as JavaScript forever destined to be named the top programming language.

That just seems set in stone -- at least for the past 11 years and apparently the foreseeable future.

Meanwhile, Microsoft's Visual Studio Code editor and full-fledged Visual Studio IDE look to be establishing similar dominance, placing No. 1 and 2 respectively in the ranking for IDEs for the past five years in which that category was featured.

"Visual Studio Code remains the preferred IDE across all developers, increasing its use among all developers this year from 75 percent to 81 percent," said the Stack Overflow 2023 Developer Survey, published earlier this month.

However, the chart associated with that claim actually shows neither 75 percent nor 81 percent, but rather 73.71 percent (see below). No explanation for that discrepancy was seen, but it seems safe to say VS Code is still No. 1.

[Click on image for larger view.] Top IDEs (source: Stack Overflow).

Returning to programming languages, the 2023 survey shows little changes as JavaScript is still No. 1 as mentioned while Microsoft's TypeScript and C# languages maintained their No. 5 and No. 8 positions, respectively, just like last year.

[Click on image for larger view.] Top Programming Languages (source: Stack Overflow).

Actually, not much of interest to Microsoft-centric coders seems to have changed at all, as:

  • Microsoft SQL Server is still in fifth place among most popular databases, just like last year.
  • Microsoft Azure is still in second place among cloud platforms, just like last year.
  • ASP.NET Core is still in seventh place among web frameworks and technologies, just like last year.
  • .NET(5+) is first in "Other frameworks and libraries," just like last year (when it was presented as simply .NET).
  • Windows is first in OSes for both personal and professional use, just like last year.

Some Microsoft offerings have changed their rankings, though, as:

  • Microsoft Teams is first among synchronous tools, ahead of Slack and Zoom. Last year it was Zoom, Teams and Slack
  • TypeScript is third in the ranking for admired/desired programming, scripting and markup languages. Last year TypeScript was fourth in a similar ranking: "Loved vs. Dreaded."
  • Microsoft SQL Server was sixth in the admired/desired ranking of databases, while it placed seventh in last year's loved/dreaded ladder.

For visual learners, SO published a 35-minute video that discusses the new survey, while reader types can also consult two blog posts: "Hype or not? AI's benefits for developers explored in the 2023 Developer Survey" and "2023 Developer Survey results are in: the latest trends in technology and work from the Stack Overflow community."

About the Author

David Ramel is an editor and writer at Converge 360.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube