StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Product

  • Stacks
  • Tools
  • Companies
  • Feed

Company

  • About
  • Blog
  • Contact

Legal

  • Privacy Policy
  • Terms of Service

© 2025 StackShare. All rights reserved.

API StatusChangelog
Visual Studio Code
ByAzure-devopsAzure-devops

Visual Studio Code

#2in Code Collaboration
Stacks186kDiscussions177
Followers169k
OverviewDiscussions177

What is Visual Studio Code?

Build and debug modern web and cloud applications. Code is free and available on your favorite platform - Linux, Mac OSX, and Windows.

Visual Studio Code is a tool in the Code Collaboration category of a tech stack.

Key Features

Combines UI of a modern editor with code assistance and navigationIntegrated debugging experience

Visual Studio Code Pros & Cons

Pros of Visual Studio Code

  • ✓Powerful multilanguage IDE
  • ✓Fast
  • ✓Front-end develop out of the box
  • ✓Support TypeScript IntelliSense
  • ✓Very basic but free
  • ✓Git integration
  • ✓Intellisense
  • ✓Faster than Atom
  • ✓Better ui, easy plugins, and nice git integration
  • ✓Great Refactoring Tools

Cons of Visual Studio Code

  • ✗Slow startup
  • ✗Resource hog at times
  • ✗Poor refactoring
  • ✗Poor UI Designer
  • ✗Weak Ui design tools
  • ✗Poor autocomplete
  • ✗Huge cpu usage with few installed extension
  • ✗Microsoft sends telemetry data
  • ✗Super Slow
  • ✗Poor in PHP

Visual Studio Code Alternatives & Comparisons

What are some alternatives to Visual Studio Code?

Sublime Text

Sublime Text

Sublime Text is available for OS X, Windows and Linux. One license is all you need to use Sublime Text on every computer you own, no matter what operating system it uses. Sublime Text uses a custom UI toolkit, optimized for speed and beauty, while taking advantage of native functionality on each platform.

Vim

Vim

Vim is an advanced text editor that seeks to provide the power of the de-facto Unix editor 'Vi', with a more complete feature set. Vim is a highly configurable text editor built to enable efficient text editing. It is an improved version of the vi editor distributed with most UNIX systems. Vim is distributed free as charityware.

Notepad++

Notepad++

Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

Atom

Atom

At GitHub, we're building the text editor we've always wanted. A tool you can customize to do anything, but also use productively on the first day without ever touching a config file. Atom is modern, approachable, and hackable to the core. We can't wait to see what you build with it.

Emacs

Emacs

GNU Emacs is an extensible, customizable text editor—and more. At its core is an interpreter for Emacs Lisp, a dialect of the Lisp programming language with extensions to support text editing.

Neovim

Neovim

Neovim is a project that seeks to aggressively refactor Vim in order to: simplify maintenance and encourage contributions, split the work between multiple developers, enable the implementation of new/modern user interfaces without any modifications to the core source, and improve extensibility with a new plugin architecture.

Visual Studio Code Integrations

bitwarden, Visual Studio Live Share, Solis, GitKraken Glo, Avocode and 7 more are some of the popular tools that integrate with Visual Studio Code. Here's a list of all 12 tools that integrate with Visual Studio Code.

bitwarden
bitwarden
Visual Studio Live Share
Visual Studio Live Share
Solis
Solis
GitKraken Glo
GitKraken Glo
Avocode
Avocode
Plastic SCM
Plastic SCM
PostgreSQL for Visual Studio Code
PostgreSQL for Visual Studio Code
Pyright
Pyright
Google Cloud Code
Google Cloud Code
Karate DSL
Karate DSL
TSLint
TSLint
Akutan
Akutan

Visual Studio Code Discussions

Discover why developers choose Visual Studio Code. Read real-world technical decisions and stack choices from the StackShare community.Showing 3 of 5 discussions.

Maria Naggaga
Maria Naggaga

Senior Program Manager - .NET Team at Microsoft-365

Nov 28, 2018

Needs adviceon.NET.NETVisual StudioVisual StudioVisual Studio CodeVisual Studio Code

.NET Core is #free, #cross-platform, and #opensource. A developer platform for building all types of apps ( #web apps #mobile #games #machinelearning #AI and #Desktop ).

Developers have chosen .NET for:

Productive: Combined with the extensive class libraries, common APIs, multi-language support, and the powerful tooling provided by the Visual Studio family ( Visual Studio and Visual Studio Code ), .NET is the most productive platform for developers.

Any app: From mobile applications running on iOS, Android and Windows, to Enterprise server applications running on Windows Server and Linux, or high-scale microservices running in the cloud, .NET provides a solution for you.

Performance: .NET is fast. Really fast! The popular TechEmpower benchmark compares web application frameworks with tasks like JSON serialization, database access, and server side template rendering - .NET performs faster than any other popular framework.

0 views0
Comments
Johnny Bell
Johnny Bell

Software Engineer

Sep 24, 2018

Needs adviceonGitGitPrettierPrettierVisual Studio CodeVisual Studio Code

I've been in the #frontend game for about 7 years now. I started coding in Sublime Text because all of the tutorials I was doing back then everyone was using it. I found the speed amazing compared to some other tools at the time. I kept using Sublime Text for about 4-5 years.

I find Sublime Text lacks some functionality, after all it is just a text editor rather than a full fledged IDE. I finally converted over to PhpStorm as I was working with Magento and Magento as you know is mainly #PHP based.

This was amazing all the features in PhpStorm I loved, the debugging features, and the control click feature when you click on a dependency or linked file it will take you to that file. It was great.

PhpStorm is kind of slow, I found that Prettier was taking a long time to format my code, and it just was lagging a lot so I was looking for alternatives. After watching some more tutorial videos I noticed that everyone was using Visual Studio Code. So I gave it a go, and its amazing.

It has support for everything I need with the plugins and the integration with Git is amazing. The speed of this IDE is blazing fast, and I wouldn't go back to using PhpStorm anymore. I highly recommend giving Visual Studio Code a try!

0 views0
Comments
Jerome Dalbert
Jerome Dalbert

Principal Backend Software Engineer

Sep 19, 2018

Needs adviceonSublime TextSublime TextVimVimAtomAtom

I liked Sublime Text for its speed, simplicity and keyboard shortcuts which synergize well when working on scripting languages like Ruby and JavaScript. I extended the editor with custom Python scripts that improved keyboard navigability such as autofocusing the sidebar when no files are open, or changing tab closing behavior.

But customization can only get you so far, and there were little things that I still had to use the mouse for, such as scrolling, repositioning lines on the screen, selecting the line number of a failing test stack trace from a separate plugin pane, etc. After 3 years of wearily moving my arm and hand to perform the same repetitive tasks, I decided to switch to Vim for 3 reasons:

  • your fingers literally don’t ever need to leave the keyboard home row (I had to remap the escape key though)
  • it is a reliable tool that has been around for more than 30 years and will still be around for the next 30 years
  • I wanted to "look like a hacker" by doing everything inside my terminal and by becoming a better Unix citizen

The learning curve is very steep and it took me a year to master it, but investing time to be truly comfortable with my #TextEditor was more than worth it. To me, Vim comes close to being the perfect editor and I probably won’t need to switch ever again. It feels good to ignore new editors that come out every few years, like Atom and Visual Studio Code.

0 views0
Comments
View all 5 discussions

Try It

Visit Website

Adoption

On StackShare

Companies
5.61k
AAGHIM+5606
Developers
177k
JYMBPZ+177289