7 ms·
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 cons
by theycameback 2y 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