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
- Host: GitHub
- URL: https://github.com/upendradevsingh/vscode-webcore
- Owner: upendradevsingh
- Created: 2017-11-26T13:20:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-12-03T02:01:44.000Z (over 7 years ago)
- Last Synced: 2025-01-19T01:34:37.759Z (4 months ago)
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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!**