nova-plugin
nova-plugin copied to clipboard
[Nova editor] Emmet makes autocompletion not work
When Emmet extension is active in Nova editor, the autocompletion feature in Less and SCSS files does not work properly. I have been doing tests with the Nova support team and realised that the issue is from Emmet extension.
- Nova version: 9.1 / Build 383286
- Emmet extension version 1.1.3
Steps to reproduce the behavior:
- Go to a .less file
- Start typing something like "margin-b" and then expand to see that it's expanded to "margin: b;" instead of "margin-bottom: "
- Write "font-we" and it's expanded to "font: we;" instead of "font-weight: "
Here you can find a video showing the problem: https://cln.sh/TfMugw