You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
CSS shortcuts are only expanded properly if I create it on a new line inside the CSS rule. If it’s written on the same line after the opening curly bracket there is no Emmet suggestion in the tooltip and it’s not expanded properly.
To Reproduce
Steps to reproduce the behavior:
Open a CSS file
Write a new CSS rule, e. g. body {}
Type “ta” on the same line, in between the opening and closing curly brackets.
See no suggestions in the code suggestion tooltip
Hit TAB or Ctrl-E; no expansion of the shortcut is happening
Expected behavior
It should suggest and expand the shortcut like it does if I write it on a new line.
Screenshots
emmet-bug-newline.mov
Environment (please complete the following information):
Nova version: 3.1
Emmet extension version 1.3.1
The text was updated successfully, but these errors were encountered:
Describe the bug
CSS shortcuts are only expanded properly if I create it on a new line inside the CSS rule. If it’s written on the same line after the opening curly bracket there is no Emmet suggestion in the tooltip and it’s not expanded properly.
To Reproduce
Steps to reproduce the behavior:
body {}
Expected behavior
It should suggest and expand the shortcut like it does if I write it on a new line.
Screenshots
emmet-bug-newline.mov
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: