Sergey Chikuyonok
Sergey Chikuyonok
It doesn't require Node.JS
Try `background: lg(left, #fff 50%, #000)`
It might depend on syntax you’re using, try to set syntax to HTML. Also, check out Emmet preferences and make sure Enable Autocomplete option is enabled
Will take a look, might be some kind of API regression.
@logancollins did some investigation of this issue. Indeed, the problem is that Nova sends `onDidChangeSelection` twice: before and after editor update. Which breaks Emmet abbreviation tracking as user types text....
@logancollins another issue I found is incorrect JS VM behaviour. There’s a trick in JS world to schedule code execution after all other code in current task with `Promise.resolve()`: ```js...
@maxime-pigeon seems to work fine. Please make sure you’ve set correct HTML syntax and enabled completions in Emmet plugin
@maxime-pigeon do you see underline and `i` icon on gutter when you type `!` or `html:5` abbreviation? If you do, it means Emmet works as expected, however, there are some...
Try to open Python Console (Plugins > Python Script > Show Console) and tell me if there are any errors
It’s not dead, I just don’t have much time right now to investigate this issue