Visual Studio Code Review

I have used many text editors such as:

as well as a handful of IDE’s

Every time I found myself editing a website, building a web application or just dabbing in a new language - Visual Studio Code always seem to float my boat.

Visual Studio Code is a very powerful text editor that is built by Microsoft. I prefere it over the listed text editors because of its vast array of features.

IntelliSense


This feature allows you to go beyond syntax highlighting and beyond autocomplete. It provides me with function definitions and smart completion which really makes coding fun and easy to learn.

Debugging

The debugging tool is a very attractive feature of Visual Studio Code. It wont alert you when a cockroach is 20 feet from your house, but it will allow you to attach your running apps, debug at breaking points, declare call stacks, and it even has an interactive console :slight_smile:

Git Version Control

This thing is a beast when it comes to working with projects under version control. It makes syncing, pulling, pushing, initializing, and committing a breeze! You can also review diffs, stage files, and push and pull from any hosted Git service!

Other Features


That not enough to satisfy your hunger to crunch code ? What if i told you they have a database of installable extensions, languages, themes, and debuggers. The extensions feature is super awesome because there are hundreds to choose from and they run on separate processes ensuring that your editor doesn’t get bogged down!

I encourage you to check it out and explore! Let me know what you think about it!

Happy coding, friends :slight_smile:

18 Likes

Absolutely agree, VS Code is one of the best editors.

Nice review. The moment I found VS Code and use it for the first time, I abandoned Atom and Brackets immediately. :smiley:

4 Likes

VIM is still my go-to for most programming things, mostly out of habit and experience, but I’m starting to use VS Code more and more. A few of the plusses that I’ve noticed:

  • The git integration is amazing.
  • It’s great for writing Markdown. My blog runs on Jekyll and I write all of my posts in VS Code.
  • Emmet is integrated out of the box.
  • Even though they’re both built with Electron, it doesn’t have the same performance issues that have plagued Atom (which probably also means that Electron isn’t the problem here, which a good sign for people who are interested in building stuff with Electron.

I don’t think I’ve tried to install any extensions because it pretty much does everything I use it for out of the box.

2 Likes

not to mention the fact that they have an integrated terminal which is pretty awesome!

1 Like

is vs code a cut down version of visual studio? do you know if they have a portable app?

I am using it right now
the only annoying thing in it is that it doesn’t have shortcut for increasing and decreasing font size

1 Like

Name aside, it’s not really related to Visual Studio. VS Code was based on MS’s Monaco editor and then they used the Electron framework to bring it to the desktop.

The similarities in between Visual Studio Code are the name and IntelliSense, that it is an IDE, and that they are developed by MS, yet with very different licenses and philosophies, commercial versus open source. So to call it a cut-down version will be a bit of a misinterpretation in general. Even the platforms the two IDE’s are built on are different.

Their docs are really impressive!

I expect Typescript integration will be excellent, since it’s actually maintained by Microsoft.

Very much in agreement, I switched from using Atom on Windows, due to it’s slow boot times and other lag issues.

1 Like

I have a bit of a bias towards Sublime but I do have VSCode and it’s far better for quick coding in C++ for competitions.

However, I feel that the plugin/theme ecosystem isn’t quite as extensive and like all electron apps, it just doesn’t work that well for larger files, and I start missing Sublime’s speed. Nonetheless an excellent option and it’s completely free!

1 Like

No, visual studio is an integrated development environment and visual studio code is a text editor IMO.

2 Likes

VSCode is almost as good as its older brother, but a lot faster and optimized for web. I use it a lot.

VS Code is my editor of choice! :slight_smile:

1 Like

I was very partial to Sublime Text, but since hearing a lot about VS Code on podcasts like JavaScript Jabber, I decided to give VS Code a try. I haven’t looked back since.

2 Likes

Definitely my favorite (I’ve used Notepad++ and Brackets before that).

It’s my go-to when I’m using my laptop, Atom is buggy as hell but VS Code works just fine. Their marketplace for plugins is huge, it’s only missing better themes so it doesn’t look so weird haha

currently using it and love it.
tried bracket, atom, sublime but finally, settle down to visual studio code.

webstorm has more functionality then visual studio code but it ain’t free.

I like Microsoft editors and VS Code is pretty good with JavaScript.

1 Like