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 Autocomplete Issues

See original GitHub issue

I see that #56 added the ability for emmet shortcuts, however I’m having issues getting any of them to work.

Even the example of m10 into margin: 10px; is not actually working.

Is there an additional setting config required to get this working?

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:9
  • Comments:24 (3 by maintainers)

github_iconTop GitHub Comments

70reactions
psullivan6commented, Nov 18, 2018

I know this issue is closed, but since it showed in my search results I wanted to add that I had to write the following VSCode configuration to make the emmet autocompletion work properly:

"emmet.includeLanguages": {
  "javascript": "css"
},
31reactions
francoiscotecommented, Oct 25, 2018

This seems related to an Emmet setting. Search for Emmet in your VS Code Settings, and check the Trigger Expansion On Tab. With this option on, when I type mb10 + Tab inside a SC Template Literal, it completes it to margin-bottom: 10px;

Read more comments on GitHub >

github_iconTop Results From Across the Web

html emmet suggestion not automatically display #154375
Does this issue occur when all extensions are disabled? ... Snippets and autocomplete don't work when editing HTML. #154531.
Read more >
Solving Emmet Problem | Tab not AutoComplete html in VSCode
Copy-Paste this text to your settings.json file{ " emmet.excludeLanguages": [ "markdown" ], " emmet.triggerExpansionOnTab": true, "files...
Read more >
Visual Studio Code - Emmet / Intellisense autocomplete does ...
I'm just starting out learning html/css in vscode and came across this issue. New HTML doc; Type inp and then press TAB; As...
Read more >
Emmet not working in VS Code ?— Here's how you can fix this ...
Step 3: Click on the “Edit in settings:json” hyperlink to edit the settings in JSON format. Step 5: Save the file. Now if...
Read more >
Emmet autocomplete for css classes in .blade.php not working
Emmet autocomplete for css classes in .blade.php not working. Duplicates 1 ... I am in a .blade.php and I am trying to auto...
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