A set of common tools used when developing in angular.
Features
- Text Compare - Opens new window where two texts can be compared to find differences with multiple settings.
Commands
- Delete All Local Git Branches - Deletes all local git branches except current branch, Main and Master.
- Line Breaks In Text To Line Breaks - Replaces
\r\n , \n\r & \n in selected text with line breaks.
- Minify Json - Makes selected json text into one line.
- Expand Json - Makes selected json text into formatted multiline json.
Code Snippets
HTML
- for - Creates an angular @for loop.
- if - Creates an angular @if statement.
- else if - Creates an angular @else if statement.
- else - Creates an angular @else statement.
- input - Creates an angular property binding.
- output - Creates an angular event binding.
- banana-box - Creates an angular two way binding.
- routerlink - Creates an angular routerLink property binding.
- disabled - Creates an angular disabled property binding.
- click - Creates an angular click event binding.
Typescript
- animations - Creates an angular animations placeholder code snippet.
Known Issues
...
Release Notes
...
0.0.3
Initial release of zmarfantools
| |