Customizing Visual Studio Code
One-stop guide to customizing VS Code and making it yours.

I'm a full stack developer based in Australia. I write articles about Node.js, React, JavaScript & Web Development to make your learning journey easier ๐
Search for a command to run...
One-stop guide to customizing VS Code and making it yours.

I'm a full stack developer based in Australia. I write articles about Node.js, React, JavaScript & Web Development to make your learning journey easier ๐
No comments yet. Be the first to comment.
Introduction Website performance is an important aspect of web development. It consists of mainly two things: The speed of your website How usable is your website for visitors? Importance of website performance Website performance is very importa...

There are plenty of native web APIs that have a variety of uses. Here are 5 useful APIs that I use quite often in my web development projects. Clipboard API The clipboard API is a simple method to copy text to a user's clipboard. This can be used in ...

Hey All ๐ In this article, we'll be covering the Fetch API in JavaScript how you can use it to make HTTP requests. What is the Fetch API? The fetch() method provides a simple way to make HTTP requests in JavaScript. It is natively in the browser, me...

Hey All ๐ In this article, we'll be covering 4 mistakes commonly made by people while learning to code that will seriously impact their coding journey. #1 - Copying and Pasting The first mistake I'll talk about is copying and pasting. We've all don...

Introduction There are plenty of units in CSS. From px to vh, there is an abundance of units all with their distinctive use cases. Considering the amount of options, its perfectly reasonably to be confused as to which unit you should use and where. T...

In this article, we will talk about customizing Visual Studio Code including installing extensions and changing your color theme to make it suit you and your development.
Firstly, lets discuss changing your color theme, since its very easy and simple and has quite an impact on the editor's aesthetic.
Changing your color theme is very simple in Visual Studio Code.
'CTRL' + 'SHIFT' + 'P'
Note: your options may look slightly different (mainly at top: recently used) however the process remains the same.
Tip: You will have minimal color themes available right off the bat. You can install more through the Extensions tab (Hit CTRL+SHIFT+X).
I currently use a theme called Aurora X and I find it clean, nice and great to use. Some popular options include:
Dracula

Abyss

Shades of Purple

Night Owl

Installing extensions will significantly boost your productivity as a developer and allow you to code much easier. So how do you install an extension?


Note: On my screenshot it shows uninstall since I already have the extension however yours will just say 'Install'.
Here is a list of a few popular extensions I couldn't live without:
Live Sass Compiler
This extension watches sass files and automatically compiles them to regular css. It is extremely handy when using Sass which i commonly use.
Live Server
Live server allows you to run a live server by simply pressing on 'Go Live'. This server auto updates when a file is changed which is very useful when building simple html and css applications.
ES7 React/Redux/GraphQL/React-Native snippets
This extension gives you a set of snippets of React, Redux, GraphQl, and React Native. These snippets are very useful and can significantly boost your productivity since you will write less boilerplate.
Bracket Pair Colorizer
This extension colors brackets that open/close each other the same color which means you can more easily interpret your code.
Auto Rename Tag
This extension automatically renames tags when one of them is changed which is incredibly useful when coding HTML and manipulating elements.
Hopefully, you have learned how to successfully customize Visual Studio Code by changing your color theme and installing extensions. This knowledge should help increase your productivity as a developer.
๐ Thanks for reading this article!
If you like what I do and would love to see more related content, follow me on my other social platforms:
GitHub: Blake-K-Yeboah
LinkedIn: Blake-K-Yeboah
You can also show your support by buying me a coffee ๐