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

Emmet completions disappear when using bem in the presence of other snippets #45368

Open
user3323 opened this issue Mar 9, 2018 · 1 comment
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member emmet Emmet related issues
Milestone

Comments

@user3323
Copy link

user3323 commented Mar 9, 2018

  • VSCode Version: 1.22.0-ins
  • OS Version: win7x64

Bootstrap 4+ snippets extensions are installed.

Well, first of all, I'm a little confused how "bem" matches with b4-media-....

emmet - priority

But even if so, do we have an option for Emmet to have higher priority on every other extension?

@vscodebot vscodebot bot added the emmet Emmet related issues label Mar 9, 2018
@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Mar 10, 2018

By the time ...|be is typed emmet returns 0 completions (as it should). VS Code doesnt ask a completion provider for completions if it has already returned 0 until then next word is typed. See #13735. So when the final m is typed Emmet completion provider never gets consulted.

For now, hit escape and re-trigger completions again by pressing Ctrl+Space

We'll either work on getting #13735 fixed or I have some ideas on returning abc|bem as a completion item from vscode-emmet-helper module when you have just typed abc|b

@ramya-rao-a ramya-rao-a added the bug Issue identified by VS Code Team member as probable bug label Mar 10, 2018
@ramya-rao-a ramya-rao-a added this to the March 2018 milestone Mar 10, 2018
@ramya-rao-a ramya-rao-a changed the title Emmet -vs- Extensions... priority issue Emmet completions disappear when using bem in the presence of other snippets Mar 11, 2018
@ramya-rao-a ramya-rao-a assigned gushuro and unassigned ramya-rao-a Mar 11, 2018
@ramya-rao-a ramya-rao-a modified the milestones: March 2018, April 2018 Mar 28, 2018
@ramya-rao-a ramya-rao-a assigned ramya-rao-a and unassigned gushuro Mar 28, 2018
@ramya-rao-a ramya-rao-a modified the milestones: April 2018, May 2018 Apr 24, 2018
@ramya-rao-a ramya-rao-a modified the milestones: May 2018, Backlog May 25, 2018
@ramya-rao-a ramya-rao-a assigned octref and unassigned ramya-rao-a Nov 19, 2018
@rzhao271 rzhao271 added the confirmed Issue has been confirmed by VS Code Team member label Oct 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issue identified by VS Code Team member as probable bug confirmed Issue has been confirmed by VS Code Team member emmet Emmet related issues
Projects
None yet
Development

No branches or pull requests

5 participants