Sergey Chikuyonok
Sergey Chikuyonok
Multiple cursors are not yet supported, will add it soon. I'm curious what use case of typing multiple abbreviations on different lines and then expand them with multiple cursors? Why...
Thanks for detailed report! You can do pretty much the same using basic Emmet features. For example, with your name/age/mail sample, you can select these lines and [wrap the with...
Sure, I’ll add multiple cursors support very soon
Fixed Go to Edit Point implementation for multiple cursors in v2.1.11 Will support multi-cursor expand & wrap soon
Just figured it out: it happens because ST automatically adds final tabstop if inserted snippet doesn’t contains `$0` field. Will try to figure out how to properly start Emmet-generated snippets...
Oh, I’ve just copy-pasted this feature from previous Emmet plugin. You can disable it with `auto_id_class` preference
@prwhitehead go to Preferences > Package Settings > Emmet > Settings menu item and set `auto_id_class` to `false`. Also, please give a Twig template sample where dot behaves incorrectly so...
@rchl yes, was thinking about it too
Disabled `auto_id_class` by default in v2.1.15
It was added to handle abbreviations in non-default JSX packages as Babel or Naomi. I agree it’s a bit wide selector and should be fine-tuned to properly handle basic cases