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

autocomplete suggest "colg" instead of "div.col" #45032

Closed
IronGhost63 opened this issue Mar 5, 2018 · 2 comments
Closed

autocomplete suggest "colg" instead of "div.col" #45032

IronGhost63 opened this issue Mar 5, 2018 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Milestone

Comments

@IronGhost63
Copy link

  • VSCode Version: 1.20.1
  • OS Version: macOS 10.13.3

Steps to Reproduce:

  1. edit html file
  2. type div.col autocomplete will suggest colg (emmet abbr) as first item instead of div.col
  3. if you tab on colg, It got translated to <div class="colg"></div> which is also wrong.

div.col should be translated/suggest to <div class="col"></div> not <div class="colg"></div>

screen recording 2018-03-05 at 12 09 pm

Does this issue occur when all extensions are disabled?: Yes

@vscodebot vscodebot bot added the emmet Emmet related issues label Mar 5, 2018
@ramya-rao-a ramya-rao-a added the bug Issue identified by VS Code Team member as probable bug label Mar 6, 2018
@ramya-rao-a ramya-rao-a added this to the March 2018 milestone Mar 6, 2018
@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Mar 6, 2018

Thanks for reporting @IronGhost63!

Until we get a fix out for this, you can use a workaround which is to add the below in your settings
"emmet.showAbbreviationSuggestions": false

You will still get a single Emmet completion which will be for expanding what you typed, but the extra ones wont show up.

ramya-rao-a added a commit to microsoft/vscode-emmet-helper that referenced this issue Mar 6, 2018
@ramya-rao-a
Copy link
Contributor

@IronGhost63 The fix will be out on Monday's Insiders build

@mjbvz mjbvz added the verified Verification succeeded label Mar 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Apr 23, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

3 participants