My journey with Visual Studio Code.

I have been a Visual Studio user since 2012. Mostly focused on C++ and C# programs , I always like the technical aspect of Visual Studio , like the watch windows or the memory map , which made debugging easier.
Then I went on to do web development , I started on sublime text . Then came Atom, sleek , smooth and easy to use. But still lacked an in built debugging tool.
Enter Visual Studio Code.Visual Studio as a text editor.
Visual Studio Code is easily customizable with all the plug in you can imagine.
From linters to icons , you can make the code editor your own experience.

My top extensions are:
1) C++ intellisense
2) Python linter
3) Beautify
4) Debugger for chrome.




Comments

Popular posts from this blog

Understanding the debugger.html codebase.

Adding utilities to libphonenumber API

Utilizing the Leaflet mini map library in a map application.