Member-only story
Making the best editor better!
Here are my top 5 free extensions for VS Code for Flutter developers
In this article, I am going to present my top 5 free extensions for Visual Studio Code to you. They offer a jump start for your development progress.
VS Code is a very good code editor, not only in my opinion (see StackOverflow developer survey 2021). But today’s tools can be enhanced with extensions to make them perfect for your specific tasks. Here are the extensions that I use as a Flutter developer.
Todo Tree
Todo Tree collects all comments starting with specific tags like bug, hack, fixme, or todo. They are organized into a custom view where they are grouped by folders and classes. It helps to keep track of code parts that need enhancements.
The tags to look for can be changed. The extension can also hook into the status bar and show the current finding count for the current file, for example.Many settings…