VS Code: Because it’s better

Auteur(s) de l'article

Back in July 2015, we talked to you about Atom, a wonderful Open Source editor created and maintained by Github!
Today, we want to discuss Visual Studio Code, known to insiders as VS Code. This delighful surprise was concocted by Microsoft in April 2016.
I’ve known about VS Code for a while and after working with it for several days, I decided to write this article.
It didn’t take me long to get into it. I even created a new extension, Highlight Bad Char – which makes unsafe characters that can crash compilers and interpreters visible – just for fun.
I’ve often been disappointed by Microsoft tools, the latest being Microsoft To-Do, Wunderlist's replacement.

An anonymous stakeholder

We were all a little skeptical when we first heard about this Made In Microsoft text editor. All the frustrating experiences we had had with Visual Studio software were still fresh in our minds. We had learned to distrust any tool with the words Visual and Studio in its name.
Despite my prejudices – not to mention bitterness – I courageously set off on a VS Code adventure… and to my surprise, I greatly appreciated this new tool.
Visual Studio Code. VS Code Antistatique Agence Web développement Genève Lausanne.

Advantages

I didn’t think I would be able to modify any Microsoft product – at least not like Sublime Text or Atom.
Boy, was I ever wrong! VS Code has a rich marketplace that offers counterparts to Atom and Sublime Text packages (not to mention some like Emmet, which are already integrated into VS Code).
Customizing this tool – which has been well provided for by its creators – is easy thanks to its configuration file (settings.json).
However, the real advantage to VS Code is its performance! It’s simply incredible, and all the more so considering that it is based on Atom’s ElectronNothing bugs, from IntelliSense to the autocomplete/search system, to multiline editing extremely large files.

What packages do we use?

Must Have

Linter

Syntax Highlighting

Tools & Snippet

Bonus

What’s missing

VS Code is truly an excellent text editor! It’s updated almost every week and the development team listens to its community.
If things go on this way, it has a glorious future ahead of it.
Nevertheless, there are still a few things missing:
Coloring file statuses in treeview (according to the Git index) https://github.com/Microsoft/vscode/issues/178.
Using the MacOS feature to hide the title bar and tab alignment (see Chrome and Atom)
https://github.com/Microsoft/vscode/issues/12377.
Assigning colors to Sass Variables.
Colorize is supposed to integrate this function in the near future, and could therefore replace Color Highlight.
https://marketplace.visualstudio.com/items?itemName=kamikillerto.vscode-colorize.
Don’t hesitate to speak up about any issues that seem vital to you for this project. The developers will take your concerns into consideration in their Roadmap.

Conclusion

After several days of tests, configuration and intensive fine-tuning, I have to admit that Microsoft has produced an excellent tool, even if there are still a few holes (see above).
VS Code is quick, attractive and easy to use and boasts a community that is 100% committed. Without a doubt, it has what it takes to entice all types of developers.
Nevertheless, I won’t be giving up Atom anytime soon, slow as it may be. For now, the missing functionalities are, in my opinion, too significant, and would have a major impact on my workflow. I’m confident that the development team will soon resolve these points. I will gladly give VS Code a second try with the hope of adopting it one day!
Once it matures, I believe that VS Code has what it takes to get ahead of Atom, thereby proving that Electron technology can be used to create attractive programmes (despite all the naysayers) that are also highly efficient.
Microsoft can also deliver tremendous tools

A helpful, anonymous user

If you’re also super hyped up about this editor (or not) leave a comment on this article.

Bonus

Iteration Plan
The VS Code team is incredibly transparent when it comes to their development. You can easily find their Roadmaps on the Github repository.
Our configuration file (settings.json) -  ⌘ + ,

Updates

28.04.2017 As discussed on their blog, Atom is working on the its text editor’s performance
Will its global performance be improved or only its startup time? Only time will tell.
*This article is in no way sponsored by Microsoft. We’re just a bunch of developers writing articles about the latest trends and tools, as well as our passions. =)