/fast-arrow

A VSCode snippet to write JS arrow function really fast

MIT LicenseMIT

Fast arrow

This is a VSCode snippet to write JS arrow function really fast

gif

This snippet is supported on

  • .js
  • .ts
  • .vue
  • .jsx
  • .tsx

Available snippets

fa

This stands for fast arrow and it will turn to

() => {
  YOUR_CURSOR_HERE
}

faa

This stands for fast arrow args and it will turn to

(YOUR_CURSOR_HERE) => {

}

fai

This stands for fast arrow inline and it will turn to

() => {}YOUR_CURSOR_HERE

far

This stands for fast arrow response and it will turn to

response => {
  YOUR_CURSOR_HERE
}

Installation

You can find this inside your VSCode's marketplace. Search for the name "fast arrow"