DEV Community

Rudra Pratap
Rudra Pratap

Posted on • Updated on

Customize your VSCode IDE

Vscode is a greate IDE, and it is the first choice of many developers. In this article I will share tips you can use to be more productive with Vscode.

Many times we work with mulitple windows of Vscode, for example, while developing a fullstack web app, you have a window for frontend and another for backend. In that scenerio if often happens that you accidently messup with the code and write it on wrong folder, or just search a file which is not present in that folder.

We can customize Vscode from its settings, but we don't want the changes to be reflected in all of our Vscode instances. We want the changes to persist on specific instances.

Steps:

  1. Create a .vscode folder in project's root.
  2. Create settings.json file in it.
  3. Customize the looks according to the following image reference.

Image description

Top comments (0)