Skip to content
New issue

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

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

Already on GitHub? # to your account

Support for multiple filters in emmet abbreviation #35984

Closed
kazanweb opened this issue Oct 10, 2017 · 5 comments
Closed

Support for multiple filters in emmet abbreviation #35984

kazanweb opened this issue Oct 10, 2017 · 5 comments
Assignees
Labels
emmet Emmet related issues feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities verification-needed Verification of issue is requested verified Verification succeeded
Milestone

Comments

@kazanweb
Copy link

  • VSCode Version: Code - Insiders 1.18.0-insider (dcd1aa3, 2017-10-10T05:26:33.683Z)
  • OS Version: Windows_NT x64 10.0.15063
  • Extensions:
Extension Author (truncated) Version
docthis joe 0.4.8
easy-less mrc 1.4.5
vscode-less mrm 0.6.3
sublime-keybindings ms- 2.9.1
open-in-browser tec 1.1.0

(1 theme extensions excluded)

Realisation in sublime

a

It's very good working


Steps to Reproduce:

a

1.It's not working
2.

Reproduces without extensions: Yes/No

@ramya-rao-a
Copy link
Contributor

We don't support multiple filters at the moment in abbreviations.

If you want to use the bem and comment filters all the time, then one way to do this at the moment is to update your syntax Profiles with bem and comment as default filters

"emmet.syntaxProfiles": {
        "html": {
            "filters": "bem,c"
        }
    }

@ramya-rao-a ramya-rao-a changed the title trouble in emmet Support for multiple filters in emmet abbreviation Oct 11, 2017
@ramya-rao-a ramya-rao-a added emmet Emmet related issues feature-request Request for new features or functionality labels Oct 11, 2017
@ramya-rao-a ramya-rao-a added this to the October 2017 milestone Oct 11, 2017
@kazanweb
Copy link
Author

if I insert a space after code .block>.-item|bem but then I returned last position after keypress TAB it's not working

@ramya-rao-a
Copy link
Contributor

When you do that the suggestions are gone. Either hit Ctrl+Space to manually trigger suggestions again or set emmet.triggerExpansionOnTab to true

@kazanweb
Copy link
Author

kazanweb commented Oct 12, 2017

thank you very much))) All it's working

@ramya-rao-a ramya-rao-a added the help wanted Issues identified as good community contribution opportunities label Nov 30, 2017
@ramya-rao-a ramya-rao-a modified the milestones: November 2017, Backlog Nov 30, 2017
@ramya-rao-a
Copy link
Contributor

ramya-rao-a commented Nov 30, 2017

Since there is a workaround for this (See #35984 (comment)), we wont be taking this feature request as a priority at the moment.
PRs are welcome though, and I can guide anyone who is interested as to where the fix should go.

@ramya-rao-a ramya-rao-a assigned gushuro and unassigned ramya-rao-a Feb 6, 2018
@ramya-rao-a ramya-rao-a modified the milestones: Backlog, February 2018 Feb 7, 2018
@ramya-rao-a ramya-rao-a added the verification-needed Verification of issue is requested label Feb 27, 2018
@RMacfarlane RMacfarlane added the verified Verification succeeded label Feb 28, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators Mar 24, 2018
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
emmet Emmet related issues feature-request Request for new features or functionality help wanted Issues identified as good community contribution opportunities verification-needed Verification of issue is requested verified Verification succeeded
Projects
None yet
Development

No branches or pull requests

4 participants