This Article will definately be very useful as well as helpful for your Coading journey. This is also boost🚀 your Productivity. So, without getting delay let's get started ----
Visual Studio Code 💻, also commonly referred to as VS Code, is a source-code editor made by Microsoft with the Electron Framework, for Windows, Linux and macOS. Features include support for debugging, syntax highlighting, intelligent code completion, snippets, code refactoring, and embedded Git.
Thunder client is a most useful extension in development. If you use API you will definately know about Postman. It is an API tester, which is used to design, build, test, and iterate its APIs. It is somewhat similar as Postman. It is an alternative to Postman used for testing the APIs. You should definately check it out !!
Material Theme is a great theme now for VS Code. It helps you to choose the theme as per your choice. If you work with dark mode, so many themes are available in dark mode. If you work with a light mode, so many themes are available in light mode, you can choose any one. Check it out !!
Live Server provides you with a development workspace in local server for you. As an ex, when you are creating a website and you want to see the live changes, how your website looks like etc. Using this Extension you can easily run your website on a local server ie. ( localhost ).
Prettier is an extension of code formatter. It is really very important that your code should be perfectly written. Using prettier you can format your code every time you save it and also makes it easy for debugging. Using this you can make your code more beautiful.
Many developers often get confused in ON / OFF the brackets. If it is you, this extension is for you. Bracket Pair Colorizer provides you with different colors for your brackets. Using this you can clearly understand where the bracket is ON and OFF.
Intelligent Tailwind CSS is a very helpful tool for developers working with Tailwind CSS. Sometimes we do not remember the properties of Tailwind CSS. But when you write tailwind, this extension gives you the suggestions like syntax, properties, etc. Definately check it out !!!
GitLens is one of the most powerful extension that allows you to see who, why, and how the lines of code have changed over time and many more. It is very helpful for most of working with Git.
Relative Path is a awesome extension for writing import statements. You can easily get the relative path for any file using shortcuts in your workspace. Instead of searching for file’s location, you only need the file’s name, and the extension will provide the relative path from the current location to that target file. check it !!
Auto Rename Tag extension helps us to auto rename the paired HTML/XML tags. We have to change only starting tag name, it will automatically change the close tag name.
Dear, Thank you for reading this article😊. I hope you enjoyed it. Please share this article with your friends or relatives who might find it useful. You may be interested in articles about new technologies or programming or the digital world or reviews, Follow me and share this profile with your circle.
HAPPY CODING !!!