Skip to content

VSCode extension for Dart and Mobx without code generation

Notifications You must be signed in to change notification settings

Rudiksz/dart-mobx-nogen

Repository files navigation

Dart MobX

Features

  • Foldable regions. Wrap a section of code between region tags to create foldable regions. These are folded by default when opening a file.

    • //@observable ... //@-observable

    • //@computed ... //@-computed

    • //@action ... //@-action

    • Unfolded Unfolded Regions

    • Folded Folded regions

  • Snippets to quickly create the boilerplate for observables, computed fields and actions snippets

  • Custom mapper for the CodeMap extension for observables, computeds and actions. The extension must be installed and configured separately. You can find the mapper here
    snippets

ROADMAP

  • Improve toggle feature
  • Option to exclude computed fields and actions when folding all regions

About

VSCode extension for Dart and Mobx without code generation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published