Skip to content

ilmirfan/flutter-build-method-highlighter

Repository files navigation

Build Method Highlighter

A Visual Studio Code extension that highlights build methods in Flutter/Dart code for improved readability.

Features

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

How to Use

The extension works automatically once installed. No configuration is required.

  1. Open a Flutter/Dart file in VS Code
  2. Build methods will be highlighted automatically

Extension Settings

This extension contributes the following settings:

  • buildMethodHighlighter.enable: Enable/disable this extension
  • buildMethodHighlighter.highlightColor: Set the highlight color for build methods

Known Issues

None currently.

Release Notes

0.1.0

Initial local version with basic build method highlighting.

##Install

  1. Open the Command Palette (Ctrl+Shift+P)
  2. Run "Extensions: Install from VSIX..."
  3. Select your .vsix file

Hope it will be useful 🍉✌️

download the flutter-build-highlighter-0.0.1.vsix file from this repo.

About

A Visual Studio Code extension that highlights build methods in Flutter/Dart code for improved readability.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors