Adding invalid abbreviation character is not forgiving
Putting invalid character right after operator is not forgiving: removing this character won’t restore abbreviation.
Example: .sample>,
I think im having the same issue and its getting on my nerves.
Do you mean if you were to:
Type: table>tr>td,
Delete the comma
Hit tab
Output: table>tr><td></td>
To get it to work you have to arrow back into the abbreviation, then arrow out then hit tab
You can run Capture Abbreviation for now to get abbreviation left to your caret until I fix this issue
Thank you for the response, what is Capture Abbreviation sorry?
There’s Emmet: Capture Abbreviation action (id: emmet_capture_abbreviation). You can put caret anywhere in editor and run this action, it will try to find abbreviation left to caret and capture it (add underline + display preview, if possible). You can edit abbreviation further or expand it with Tab
Thank you, i will take a look now