VS Code Plugins for Flutter Development
Table of contents
10 VS Code Plugins for Flutter Development
Auto Import: Automatically imports missing libraries when coding. Saves time importing packages manually.
Markdown Preview Github Styling: Provides a rich preview of Markdown files with GitHub styling. Useful for previewing README files.
REST Client: A REST API testing client for sending HTTP requests and viewing responses. Useful during API integration.
Bracket Pair Colorizer: Colors match brackets to make the code more readable.
Colour Highlight: Highlights occurrences of the currently selected colour in Hex, RGB, HSL, etc. Helps ensure colour consistency.
Scroll Watcher: Highlights the current line as you scroll through the code. Helps keep you in place while reading code.
Material Theme: Provides a pleasant Material Design-themed syntax highlighting for VS Code.
Document This: Allows you to annotate functions with JSDoc comments using code snippets. Helps document your code.
TODO Highlight: Highlight TODO, FIXME, etc., comments in your code for easy tracking of tasks.
GitLens: provides Git code authorship/history insights and tools. Helps identify who last changed a line of c