Skip to content

Commit 28d01f8

Browse files
committed
added link to vscode snips
1 parent 8ffb4a5 commit 28d01f8

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2988,7 +2988,22 @@ Use file templates or snippets to help follow consistent styles and patterns. He
29882988
ngservice // creates an Angular service
29892989
ngfilter // creates an Angular filter
29902990
```
2991+
### vim
2992+
2993+
###### [Style [Y256](#style-y256)]
2994+
2995+
- [Visual Studio Code](http://code.visualstudio.com) snippets that follow these styles and guidelines.
29912996
2997+
- Download the [VS Code Angular snippets](assets/vscode-snippets/javascript.json?raw=true)
2998+
- copy snippets to snippet directory, or alternatively copy and paste the snippets into your existing ones
2999+
3000+
```javascript
3001+
ngcontroller // creates an Angular controller
3002+
ngdirective // creates an Angular directive
3003+
ngfactory // creates an Angular factory
3004+
ngmodule // creates an Angular module
3005+
ngservice // creates an Angular service
3006+
```
29923007
29933008
**[Back to top](#table-of-contents)**
29943009

0 commit comments

Comments
 (0)