question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Emmet] Include should be more like DocumentSelector

See original GitHub issue

Currently, the Emmet extension has a setting called emmet.includeLanguages which just targets language IDs to map to the Emmet-capable language ID. I think it would be very useful if instead you could use something more like DocumentSelector, which also allows DocumentFilter instead of just language ID.

Issue Analytics

  • State:open
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ramya-rao-acommented, Sep 13, 2018

@KamasamaK Sure, I wasnt aware you were still interested.

1reaction
ramya-rao-acommented, May 15, 2018

good point on the fact that current file doesnt help with completion provider registration.

The only issue there being if they install/enable an extension after that activation that contributes a new language

Installing a new extension requires reload of VS Code window which activates the emmet extension from scratch ending up registering the completion providers again. So we are good there

Read more comments on GitHub >

github_iconTop Results From Across the Web

Emmet in Visual Studio Code
Custom Emmet snippets need to be defined in a json file named snippets.json . The emmet.extensionsPath setting should have the path to the...
Read more >
Emmet css abbreviation not expanded in style block in html file
Worst case scenario, I can easily move the new emmet from the internal extension to VS Code core and make use of the...
Read more >
VS Code tips — Enable emmet abbreviations in any language ...
Like using Emmet abbreviations in VS Code for html or css? You can enable them in other languages with " emmet. ... Learn...
Read more >
Setup Emmet For JSX in VS Code - YouTube
Please like, comment ... Your browser can 't play this video. Learn more. Switch camera. Share. Include playlist.
Read more >
Emmet - vscode-docs1
Visual Studio Code supports most of the Emmet Actions including expanding Emmet ... When you start typing an Emmet abbreviation, you will see...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found