TOP 5 VS CODE EXTENSION I USE SO MUCH

  1. PRETTIER Prettier makes sure you don’t have to worry about formatting again it is a robust opinionated code formatter that allows you to format your codes in a structured way. You press save and the code is formatted. it saves time and the energy
  1. BRACKETS COLORIZER Brackets are the bane of a developer’s existence with tons of nested code, it gets almost impossible to know which brackets match up with each other bracket pair colorizer colors matching brackets to make your code much more readable.

  2. LIVE SERVER When writing code we often go back and forth between our IDE and the browser, to examine the result of our latest code updates with the help of a live server, your browser refreshes when it needs to.

  3. GIT LENS The most powerful git management extension I love so much it lets you check git history, line, and file history, searching, create or move between any branches, and many other tools for handling git

  4. JAVASCRIPT ES6 CODE SNIPPETS Last but not least Es6 code sLastis a handle library extension that provides some very useful snippets of javascript codes for the idle developer, it simply binds standard javascript calls into simple hotkeys. it can increase a lot of your current productivity.

Thanks for spending your time to read this! hope you enjoyed reading this article 😊😊