Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 942 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 942 Bytes

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