An open API service indexing awesome lists of open source software.

https://github.com/upendradevsingh/vscode-webcore

Javascript code snippets
https://github.com/upendradevsingh/vscode-webcore

Last synced: 2 months ago
JSON representation

Javascript code snippets

Awesome Lists containing this project

README

        

# VS Code Javascript snippets

This extension contains code snippets for prehandlers, dekorators and route for VS Code.

## Installation

In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
There you have either the option to show the already installed snippets or install new ones. Search for *Javascript Functional Programming Code Snippets* and install it.

## Features

It creates standard code snippets for core modules.

## Supported languages (file extensions)
* JavaScript (.js)

## Snippets

Below is a list of all available snippets and the triggers of each one. The **⇥** means the `TAB` key.

### Commands
| Trigger | Content |
| -------: | ------- |
| `dek→` | Creates a new dekorator |
| `rtt→` | Creates a new http route |
| `phr→` | Creates a new prehandler |

**Enjoy!**