Sergey Chikuyonok
Sergey Chikuyonok
Is this a real use case?
OK, makes sense, will support multiple cursors soon.
Added multiple cursor support for Expand Abbreviation in v2.2.0, please check if it works as expected
Since snippets are aliases for Emmet abbreviations, you should wrap it’s contents with `{...}` to make it a text node with arbitrary contents. Also note it’s better to add such...
You can user variables like `$class`
As I mentioned earlier, snippets are aliases to Emmet abbreviations so you should write snippet value as Emmet abbreviations. For arbitrary text, you should wrap contents with `{...}`
Can you show me you full Emmet config with snippets?
Looks like it it doesn’t work as expected in new Emmet. Will fix it later. For now, you can use native ST snippets instead
Fixed in v2.2.0, please check if it works as expected
Fixed multiple cursors in v2.2.4. Please check if it works as expected