|
|
|
|
|
by theycameback
494 days ago
|
|
All the time. I write a lot of typescript and don't enjoy typing out brackets, so I have snippets like: `af` expands to `() => ` `naf` expands to `export const foobar = () => {};` The expanded snippets can be tabbed through as well It feels like a big timesaver |
|