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. <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’s begin </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’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 <code>Better Comments</code> are <code>!, ?, todo and *</code> . You might be wondering how I was able to make the last (custom one). So go to the VSCode Settings by pressing <code>ctrl + ,</code> type <code>better-comments</code> and click on <code>Edit in settings json</code> . 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>