All Projects → vinliao → fast-arrow

vinliao / fast-arrow

Licence: MIT license
A VSCode snippet to write JS arrow function really fast

Projects that are alternatives of or similar to fast-arrow

testcafe-snippets
Code snippets for TestCafe
Stars: ✭ 54 (+200%)
Mutual labels:  vscode-snippets
vscode-st
Extension for VS Code to support Structured Text language.
Stars: ✭ 94 (+422.22%)
Mutual labels:  vscode-snippets
vsc html5 boilerplate
This is a Visual Studio Code snippet extension for generating HTML 5 boilerplate code
Stars: ✭ 32 (+77.78%)
Mutual labels:  vscode-snippets
vscode-react-javascript-snippets
Extension for React/Javascript snippets with search supporting ES7+ and babel features
Stars: ✭ 782 (+4244.44%)
Mutual labels:  vscode-snippets
vscode-liquid-snippets
Shopify Liquid Template Snippets
Stars: ✭ 22 (+22.22%)
Mutual labels:  vscode-snippets
stencil-snippets
An extension to add some snippets on vs code
Stars: ✭ 21 (+16.67%)
Mutual labels:  vscode-snippets
vscode-saltstack
SaltStack extension for Microsoft Visual Studio Code
Stars: ✭ 26 (+44.44%)
Mutual labels:  vscode-snippets
getx snippets extension
An extension to accelerate the process of developing applications with flutter, aimed at everyone using the GetX package.
Stars: ✭ 142 (+688.89%)
Mutual labels:  vscode-snippets
VSCode-Bedrock-Development-Extension
An extension that provides support for files such as: .mcfunction, .json and .lang. Features include: completion, validations, formatters, diagnostics, cheat-sheets, code-actions, generation of files, and development tools to help develop Minecraft Bedrock Addons or Minecraft Education Edition.
Stars: ✭ 45 (+150%)
Mutual labels:  vscode-snippets
python-snippets
Python snippets for Visual Studio Code
Stars: ✭ 64 (+255.56%)
Mutual labels:  vscode-snippets
vscode-language-terraform
Adds support for the Terraform configuration language to Visual Studio Code
Stars: ✭ 58 (+222.22%)
Mutual labels:  vscode-snippets
gml-support
GameMaker Language Support in Visual Studio Code.
Stars: ✭ 36 (+100%)
Mutual labels:  vscode-snippets
awesome-flutter-snippets
Awesome Flutter Snippets is a collection snippets and shortcuts for commonly used Flutter functions and classes
Stars: ✭ 136 (+655.56%)
Mutual labels:  vscode-snippets
Symfony-code-snippets
Over 100 Symfony Code Snippets for PhP code And Over 80 Twig Code Snippets. Just type the letters 'sf' to get a list of all available Symfony Code Snippets. For Twig Just Type the Tag name and you will get AutoCompletion.
Stars: ✭ 15 (-16.67%)
Mutual labels:  vscode-snippets
vscode-cql
CQL language support for VS Code.
Stars: ✭ 15 (-16.67%)
Mutual labels:  vscode-snippets
Vscode-Emoji-Snippets
Visual Code Emoji Snippets 🚀😎
Stars: ✭ 56 (+211.11%)
Mutual labels:  vscode-snippets
vscode-icon-fonts
Snippets for popular icon fonts such as Font Awesome, Ionicons, Glyphicons, Octicons, Material Design Icons and many more!
Stars: ✭ 33 (+83.33%)
Mutual labels:  vscode-snippets

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"

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].