Skip to content

Files

Latest commit

a9e5afa · Oct 2, 2022

History

History
19 lines (13 loc) · 577 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 577 Bytes

effector-snippets

An effector.js snippet extention for vscode.
Includes all basic units, react-bindings and some extras.

How to use

  • Install effector-snippets extention in vscode marketplace.
  • Open your model file and type unit name
    (for example "store" or "sample" or even "splt" or "fwd")
  • Hit Enter and enjoy
  • Use TAB and Shift-Tab combination to jump between selected fields
    and preset cursor points

The full list of snippets is available in /snippets folder.

Supports .js, .ts, .jsx and .tsx.

Feel free to give any feedback and contribute!