This package is just a shameless port from the awesome js-patterns-sublime-snippets
JavaScript Patterns Snippets
Snippets for Visual Studio Code with good solutions for regular problems in JavaScript.
In software engineering, a design pattern is a general reusable
solution to a commonly occurring problem within a given context in software
design.
– Wikipedia
Usage
Type 'jsp' in a JavaScript file and select the snippet from the auto suggestion dropdown.
Installation
- Install Visual Studio Code 0.10.1 or higher
- Launch VS Code
- Launch the command palette by using
Ctrl-Shift-P (Windows, Linux) or Cmd-Shift-P (OSX)
- Type in Install Extension and select 'Extensions : Install Extensions'
- Type
JavaScript Patterns Snippets
- Choose the extension from the drop down
- Reload Visual Studio Code
Release Notes
0.0.1
Initial release.
| |