nova-plugin icon indicating copy to clipboard operation
nova-plugin copied to clipboard

[Nova editor] Emmet makes autocompletion not work

Open superwillyfoc opened this issue 2 years ago • 0 comments

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:

  1. Go to a .less file
  2. Start typing something like "margin-b" and then expand to see that it's expanded to "margin: b;" instead of "margin-bottom: "
  3. 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

superwillyfoc avatar Apr 01 '22 08:04 superwillyfoc