10 Must-have VS Code Extensions for JavaScript Developers

In this article, I’ll focus on a list of must-have VS Code extensions for JavaScript developers. Visual Studio Code is undoubtedly the most popular lightweight code editor today. It does borrow heavily from other popular code editors, mostly Sublime Text and Atom…. Source: https://www.sitepoint.com/vs-code-extensions-javascript-developers/

The Power of Recursive Macros in Vim

If for some crazy reason you’re not already a user of Vim, shutdown your computer and go think about your life choices. Joking aside, Vim is really a great editor. And if you didn’t know – Vim supports macros…. Source: https://jovicailic.org/2018/06/recursive-macros-in-vim/

jbgutierrez/vim-better-comments

BetterComments extension will help you create more human-friendly comments in your code. I’ve borrowed the core idea from the Visual Studio plugin with the same name. You can tweak the behavior of BetterComments by setting a few variables in your vimrc file…. Source: https://github.com/jbgutierrez/vim-better-comments

CodeSandbox

We know how overwhelming JavaScript development can be. With CodeSandbox we specifically focus on web application development to make the experience as smooth as possible. Just open your browser and start coding…. Source: https://codesandbox.io/

Git Integration in Visual Studio Code

Visual Studio Code has easily become one of the most popular editors out there for Web Development. It has gained such popularity thanks to its many built in features, including source control integration, namely with Git…. Source: https://scotch.io/tutorials/git-integration-in-visual-studio-code

An overview of Visual Studio Code for front-end developers

No matter whether you are a code newbie or a seasoned developer, code editor is an imperative part of your work. The problem, especially if you are a beginner, is that there are tons of choices for IDEs. And many of them share similar features, functionalities, and even UI…. Source: https://medium.freecodecamp.org/an-overview-of-visual-studio-code-for-front-end-developers-49a4aa0771fb

Visual Studio Code Tips and Tricks

“Tips and Tricks” lets you jump right in and learn how to be productive with Visual Studio Code. You’ll become familiar with its powerful editing, code intelligence, and source code control features and learn useful keyboard shortcuts…. Source: https://code.visualstudio.com/docs/getstarted/tips-and-tricks