Best VSCode Extensions That Every Developer Should Have (10x Productivity)

<p>Visual Studio Code (VS Code) is a popular code editor that is used by millions of developers around the world. It is a free and open-source editor that is available on Windows, macOS, and Linux. VS Code is highly customizable and can be extended with a variety of extensions.</p> <p>Today I am going to tell you some awesome extensions that will blow your mind.&nbsp;<strong>Note: This list does not contain the common extensions like Prettier, ESLint, Gitlens and other common extensions</strong></p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/1*dYyQsgwDB9BIW2c2DLE8eQ.png" style="height:394px; width:700px" /></p> <p>So let&rsquo;s begin&nbsp;</p> <blockquote> <p><a href="https://marketplace.visualstudio.com/items?itemName=aaron-bond.better-comments" rel="noopener ugc nofollow" target="_blank">1. Better Comments</a></p> </blockquote> <p>It is hard to rectify and read the normal comment because it is way too light. So what&rsquo;s the solution?</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:288/1*hXtKYybsT7L1Tp_xytdusg.png" style="height:44px; width:320px" /></p> <p>Solution is to use better comments. Below is an example that how beautifully you can use better comments.</p> <p><img alt="" src="https://miro.medium.com/v2/resize:fit:630/1*NzfWZeA90nxTjpDceT0R2Q.png" style="height:248px; width:700px" /></p> <p>Default prefixes that comes with&nbsp;<code>Better Comments</code>&nbsp;are&nbsp;<code>!, ?, todo and *</code>&nbsp;. You might be wondering how I was able to make the last (custom one). So go to the VSCode Settings by pressing&nbsp;<code>ctrl + ,</code>&nbsp;type&nbsp;<code>better-comments</code>&nbsp;and click on&nbsp;<code>Edit in settings json</code>&nbsp;. You can customize the code and also make your own multiple tags.</p> <p><a href="https://javascript.plainenglish.io/best-vscode-extensions-that-every-developer-should-have-10x-productivity-6588403b26ee">Website</a></p>