babel / babel-sublime-snippets

Next generation JavaScript and React snippets for Sublime
https://babeljs.io
263 stars 47 forks source link

Add "tag-components" completions #8

Closed zertosh closed 8 years ago

zertosh commented 8 years ago

I don't know how I feel about these. I'm starting to think they're annoying. But I'll leave this open for discussion – or for people to copy it.

jamiebuilds commented 8 years ago

If you are going to do this, you might want to set sensible defaults for all of these.

<img src="$0"/> instead of <img>\n\t$0\n</img> <br/> instead of <br>\n\t$0\n</br> <a href="$0">\n\t$1\n</a> instead of <a>\n\t$0\n</a>

zertosh commented 8 years ago

After having this on for a day, I found it to be incredibly annoying. I'm killing it.