We have prepared an expert list of the best vs code plugins that will save you hours, make your brain and fingers less tired, and uncover bugs. We will also tell you how to use it.
Visual Studio Code is Microsoft’s free code editor. It has become one of the most used editors of recent years with its ease of use, lightness and open source. It has gathered users worldwide with its wide language support. With features such as debugging, git checking, smart code completion, it offered advantages not available in other applications.
Software developers, web developers, data scientists and analysts, network and system administrators and DevOps engineers use VS Code.
Thus, the editor, which creates a large community, can also be very participatory to develop plugins. We have prepared a list that will make your job easier for this code editor where you can find thousands of plugins.
Import Cost – Package Size Reminder
It’s a popular plugin with over 3.5 million users. It is useful for keeping your package size under control. In projects where performance is important, it instantly shows how much weight the new code you add to the code will add to your project. It will remind you the size of third-party libraries at the end of the line. It is a useful and simple plugin. You can access download links and development logs on the GitHub page. Or you can also install it by searching from the plugins tab of the application.
Prettier – Code Formatter
If you don’t have time for formatting while writing code, this plugin is a great choice for you. When you save the code you have written, it automatically formats the code to increase its readability and formatting. It will also uncover errors in the code. You can choose which languages you want to use it in, or you can turn off automatic formatting and manually trigger it manually. It’s a good plugin for large teams. With more than 41 million users, it is a very popular plugin.
Polacode – Code Screen Recording Tool
It is sometimes necessary to screen record a section of code. With the polacode plugin, which makes this elegant and very easy, even such a task can become fun. It’s also great for sharing on social media or asking for or giving support on forums. The plugin has already been downloaded by 1.2 million users, but I think it has a long way to go. You can get detailed information and download the plugin here.
File Units – Create and Move Files by Command Plugin
It is a plugin that provides file management in your project. It helps you to create new files, duplicate, copy, move, delete and rename files directly from the editor interface. Even better, you can create multiple files at the same time with a single line of code. It automatically creates the necessary folders. You can download it here to try it out.
Folder Icons Plugin
If you work on large projects, you can imagine that there will be a lot of folders, files and different documents in the project. If you want these documents to be separated from each other, you can install this plugin and use it with pleasure. Every file type icon you might need is available in the plugin.
You can also make custom icon changes for any project. You can also upload your own icons. With 17 million users, if you want to try the plugin, you can install it here.
GitLens – Line History Plugin
With this plugin, which is ideal for large teams, you can find answers to the question of who has edited the related line before. Thanks to the plugin, you can see when and who committed. You can also see if a reason was given. It may not be very effective if you are developing an application alone.
VS TODO Highlight – Add TODO List to Your Code
When you start writing or editing code, the things you have in mind may be forgotten after a while. Adding a TODO or FIXME as soon as you open the code eliminates this problem and allows you to create a checklist for yourself. This plugin does exactly that and helps you as a reminder. There are dark and light color themes. You can also customize the headers and create your own header with various colors and styles. You can search VS Code plugins section with the application name or you can download it from this link.
Indent-Rainbow – Indent Colorizer
To make the code more readable and easier to edit, indentation is expected to be set correctly. Also, some programming languages don’t work if indents are incorrect. To avoid such problems, you can install this plugin right away and colorize the indents to make it easier for you to control them.
vscode-pets – VS Code Pet Addon
Ready to keep pets in your VS Code window? You may have pets around the corner that interact with you while you code. Install the VSCode-pets plugin. Run the command below. Use the shortcuts “Ctrl+Shift+P” to open the command line.
Command:
vscode-pets.start
Choose the color and size of your pet and you’re all set! If you want to play fetch with your pet and add fun to your development breaks with ball games, this command is for you;
Command:
vscode-pets.throw-ball
Here is the download link to learn the different commands and details.