@tuomases hey Tuomas, thank you for your contribution to Open Collective! I’m on vacation right now, I’ll place your links on Sunday. Is it ok for you?
@adamj_design In ST, you can enable comments in Emmet preferences. Also, check out tag preview, a feature similar to discussed in this thread: https://t.co/OSY0zJvhaO
@danrodneytweets@scottjehl@brad_frost@sublimehq Check out Emmet.sublime-preferences, you can enable comments and no need to write |c anymore.
Also, there’s similar feature as described in this thread: https://t.co/OSY0zJvhaO
So @code has @emmetio built-in. Nice! As it should! Love me some Emmet.
But did you know there is zero communication between the two? Wouldn't it be nice to see collaboration? See improvements to how Emmet works in VS Code? There is new stuff!
Anyone at Microsoft I can connect?
@chaseadamsio@evantravers@chevinbrown@clarkware@ArleyM@TextExpander Emmet abbreviations are like dynamic snippets, they are expanded from text you type, you don’t need to predefine anything. You can just type .some-class to get <div class="some-class"></div>. In CSS, you can embed value, e.g. p10 -> padding: 10px;