Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CSS property suggestion/expansion only works on new lines #27

Open
VIPStephan opened this issue Jan 7, 2021 · 0 comments
Open

CSS property suggestion/expansion only works on new lines #27

VIPStephan opened this issue Jan 7, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@VIPStephan
Copy link

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:

  1. Open a CSS file
  2. Write a new CSS rule, e. g. body {}
  3. Type “ta” on the same line, in between the opening and closing curly brackets.
  4. See no suggestions in the code suggestion tooltip
  5. 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
@VIPStephan VIPStephan added the bug Something isn't working label Jan 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant