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 "Wrap with abbreviation" : ".something|c" doesn't seem work #40471

Closed
sueharaluke opened this issue Dec 19, 2017 · 2 comments
Closed

Emmet "Wrap with abbreviation" : ".something|c" doesn't seem work #40471

sueharaluke opened this issue Dec 19, 2017 · 2 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug emmet Emmet related issues verified Verification succeeded
Milestone

Comments

@sueharaluke
Copy link

sueharaluke commented Dec 19, 2017

  • VSCode Version: 1.19.0 (1.19.0)
  • OS Version: macOS High Sierra 10.13.1 (17B1003)
  • Reproduces without extensions: Yes

Steps to Reproduce:

  1. In your vscode preferences, enter this setup:
"emmet.preferences": {
        "filter.commentAfter": "<!-- /[#ID][.CLASS] -->"
    }
  1. In a html file, using the Emmet "Wrap with abbreviation" enter something like ".container|c".

  2. You should get an error saying "Failed to expand abbreviation".


It works beautifully when I simply add elements without the "Wrap with abbreviation", for example ".container|c" outputs:

<div class="container"></div><!-- /.container -->

"Wrap with abbreviation" also works fine without the "|c".

Thanks in advance !

@vscodebot vscodebot bot added the emmet Emmet related issues label Dec 19, 2017
@ramya-rao-a ramya-rao-a added the bug Issue identified by VS Code Team member as probable bug label Dec 19, 2017
@ramya-rao-a ramya-rao-a added this to the December 2017/January 2018 milestone Dec 19, 2017
@ramya-rao-a
Copy link
Contributor

Thanks for reporting!

@sueharaluke
Copy link
Author

Ms. Ramya Rao, that was incredibly fast !
Thank YOU !

@roblourens roblourens added the verified Verification succeeded label Feb 1, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Feb 4, 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