This is a personal Repo with all of my custom Sublime snippets which facilitate my workflow.
Snippets are categorized first by language, then by framework/library
| Shortcut | Creates | For |
|---|---|---|
| JSconsoleLog | console log | Typescript/Javascript |
| TSimport | import statement | Typescript |
| TSclass | Class | Typescript |
| JSif | if statement | Typescript/Javascript |
| JSifElse | if else statement | Typescript/Javascript |
| JSifElseif | if else if statement | Typescript/Javascript |
| JSfor | for loop | Typescript/Javascript |
| JSwhile | while loop | Typescript/Javascript |
| JSdoWhile | do while loop | Typescript/Javascript |
| Shortcut | Creates | For |
|---|---|---|
| SCSSextend | @extend .class | SCSS |
| SCSSimport | @import file | SCSS |
| SCSSmixin | @mixin | SCSS |
| SCSSvar | scss variable | SCSS |