Skip to content
| Marketplace
Sign in
Visual Studio Code>Snippets>amplify-snippetsNew to Visual Studio Code? Get it now.
amplify-snippets

amplify-snippets

hang-up

|
930 installs
| (0) | Free
This extension contains familiar utility one-liners (most of the time) for VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

&:amp snippets

&:amp snippets

This extension contains familiar utility one-liners (most of the time) for VS Code.

Motivation

Catered for a human workflow, you can call each snippet from a comprehensive description of what you are trying to achieve.
Instead of remembering the difference between fre, fof and fin (which are respectively shortcuts for forEach, for ... of, for ... in loops from this very famous extension), type in for example a more natural &:check if array is empty and this will output a dynamic snippet:

const ${1:result} = ${array} => Array.isArray(${array}) && ${array}.length;

Contributing

Contributions are welcomed! If you're interested in contributing, please read the contributing docs before submitting a pull request.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft