This content originally appeared on DEV Community and was authored by Alvin James Bellero
Do you use Visual Studio Code (VSCode) for your coding projects? If so, you know how important it is to have the right tools at your disposal.
Luckily, there are a ton of extensions available that can help you streamline your workflow and boost your productivity.
In this article, I'm going to share my top 15 favourite VSCode extensions that have become essential productivity hacks in my daily work.
Whether you're a seasoned developer or just getting started with VSCode, these extensions are sure to help you get more done in less time.
So, without further ado, let's dive in!
๐ โ John a.k.a "EverReady", Software Engineer, 25
1. Auto Rename Tag
โญ๏ธ Jun Han
๐ Automatically rename paired HTML/XML tag.
๐ก This extension will save you time finding the other end of the existing tag during an update! Please do read their docs especially the Note section.
2. Better Comments
โญ๏ธ Aaron Bond
๐ Improve your code commenting by annotating with alert, informational, TODOs, and more!
๐ก Commenting is an essential part of programming that helps to improve code quality, readability, and maintainability. By taking the time to write clear and concise comments, you can make your code more accessible and easier to work with for yourself and other developers!
3. CodeMap
โญ๏ธ Oleg Shilo
๐ Interactive code map for quick visualization and navigation within code DOM objects (e.g. classes, members).
๐ก I personally use this one to map custom patterns that I want including logging (debuggers | logs) & comments!
4. Code Runner
โญ๏ธ Jun Han
๐ Run code snippet or code file for multiple languages
5. Color Picker
โญ๏ธ anseki
๐ Helper with GUI to generate color codes such as CSS color notations.
๐ก You can actually change your colors IN PLACE by using the Color Picker. How cool is that? ๐คฏ
6. Console Buddy
โญ๏ธ Yours Truly
๐ (Shameless Plug) A Snippet Extension that provides a collection of Web Console API snippets that allows you to quickly generated logging preference!
7. ESLint
โญ๏ธ Microsoft
๐ Integrates ESLint JavaScript into VS Code.
๐ก Thanks, Microsoft! ๐๐ปโโ๏ธ
8. GitLens โ Git supercharged
โญ๏ธ GitKraken
๐ Visualize code authorship at a glance via Git blame annotations and CodeLens, seamlessly navigate and explore Git repositories, gain valuable insights via rich visualizations and powerful comparison commands, and so much more
๐ก In case you wanna find out who wrote a crappy, garbage line of code(s).... But then it shows: "You ยท 3 months ago" ๐
9. Import Cost
โญ๏ธ Wix
๐ Display import/require package size in the editor
๐ก Gives you more insights to all the packages you're installing. Something to think about.. ๐ค๐ญ
10. Inline fold
โญ๏ธ Mohammed Alamri
๐ A custom decorator that "fold" matching content in single line
๐ก The Tailwind CSS Framework is really great but it results in a lot of verbose classes. For that particular problem, this extension comes in handy.
11. Live Server
โญ๏ธ Ritwick Dey
๐ Launch a development local Server with live reload feature for static & dynamic pages
๐ก This spins up a NodeJS server and serves your HTML file with all the assets from the given directory. On top of that, all of your changes will be reflected immediately upon saving! Pretty cool, huh? ๐
12. indent-rainbow
โญ๏ธ oderwat
๐ A simple extension to make indentation more readable.
๐ก Love the RGB colours that matches with your fancy keyboard lighting? Check this out! ๐
13. Prettier - Code formatter
โญ๏ธ Prettier
๐ Enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.
๐ก Speechless...
14. SonarLint
โญ๏ธ SonarSource
๐ Like a spell checker, SonarLint highlights Bugs and Security Vulnerabilities as you write code, with clear remediation guidance so you can fix them before the code is even committed
๐ก We always learn from our misteaks ๐๐ฅฉ
15. Thunder Client
โญ๏ธ Ranga Vadhineni
๐ Lightweight Rest API Client for VS Code
That's all folks! ๐ค๐ค
Are there any other extensions that you use? If so, be sure to let me know in the comments! ๐๐ฏ
This content originally appeared on DEV Community and was authored by Alvin James Bellero

Alvin James Bellero | Sciencx (2023-02-25T18:34:17+00:00) Visual Studio Code Productivity Hacks: My Favourite 15 Extensions. Retrieved from https://www.scien.cx/2023/02/25/visual-studio-code-productivity-hacks-my-favourite-15-extensions/
Please log in to upload a file.
There are no updates yet.
Click the Upload button above to add an update.