Hacker News new | ask | show | jobs
by Leftium 501 days ago
I use https://emmet.io snippets to save a lot of typing all the time:

- You can just type a CSS selector (actually a superset of CSS), then expand it into the analogous HTML.

- In VS code if you select some HTML then hit ALT-W, you can enter an Emmet snippet that surrounds that HTML.

Examples: https://docs.emmet.io/cheat-sheet/

1 comments

It’s integrated into Sublime Text. I use this all the time.