Sergey Chikuyonok
Sergey Chikuyonok
You can try to use `pickedCompletion` annotation from `@codemirror/autocomplete` package and get its value from transaction, like this: `transaction.annotation(pickedCompletion)`. You can then check if it has `type: 'emmet'` value
I’ve just added a new `autocompleteTab` option in v0.4.0. You can specify syntaxes where Emmet can apply its own completion with Tab, see `main.ts` for example
Hmm, definitely it’s a but, Emmet should’t provide any completions in this case. Will take a look
Should be fixed in v0.3.2
Oh, it’s an issue with abbreviation tracking, it should stop right after abbreviation becomes invalid. Will check it out
Oh, that’s weird, will check it out
Just published v0.3.3 that should have this issue fixed. Note that for `max-inline-size` example, you should set new option `'stylesheet.strictMatch': true` (see main.ts for example), this will prevent Emmet to...
@shshaw can’t reproduce that on demo page of current repo. Emmet completion disappers when I type `font`. Maybe you can demo a video? Also please make sure you have most...
Fixed in v.2.4.10 in `emmet` package yet unable to verify, npm says it’s not published yet. Cach you check if you’re able to install v.2.4.10?
Should be fixed in v.0.3.4