Sergey Chikuyonok
Sergey Chikuyonok
There’s Go To Tag Pair action for that. But I will add option to always display preview, even if open tag is visible
It should retain cursor positions after expand, except tabsops. Can you record a small GIF with example of invalid cursor behaviour?
@michaelalandawson Oh, it's wrapping with abbreviation. Will take a look
Fixed multiple cursors in v2.2.4, please check if it works as expected
You can update [this function](https://github.com/emmetio/npp/blob/master/EmmetNPP/editor.js#L105) to return `html` if current file has `.php` extension
How exactly Emmet behaviour differs for PHP for you?
Yes, will add this option. On the other side, in JSX context you would expect the same behaviour as above since it’s a perfectly valid React component name
Unfortunately, Nova has a very limited API, compared to VSCode or Sublime Text. When I developed this extension, it was really hard to implement completions with preview as in other...
Might be the problem due to Nova autocomplete limitation: it doesn’t always displays completion popup when you type something. You can Ctrl-Space to forcibly invoke completion popup
Show me exact abbreviation you’re trying to expand