A Visual Studio Code extension that highlights build methods in Flutter/Dart code for improved readability.
This extension identifies and highlights build methods in Flutter widgets, making it easier to:
- Quickly spot build methods in large files
- Navigate between widget implementations
- Distinguish build methods from other code
The extension works automatically once installed. No configuration is required.
- Open a Flutter/Dart file in VS Code
- Build methods will be highlighted automatically
This extension contributes the following settings:
buildMethodHighlighter.enable: Enable/disable this extensionbuildMethodHighlighter.highlightColor: Set the highlight color for build methods
None currently.
Initial local version with basic build method highlighting.
##Install
- Open the Command Palette (Ctrl+Shift+P)
- Run "Extensions: Install from VSIX..."
- Select your .vsix file
Hope it will be useful 🍉✌️
download the flutter-build-highlighter-0.0.1.vsix file from this repo.