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.

Stable Emmet in VS Code?

See original GitHub issue

I would like to know if it is now possible to have a stable working Emmet in VS Code in .svelte files?

I have this VS Code config:

"emmet.includeLanguages": {
    "svelte": "html"
},
"emmet.showExpandedAbbreviation": "inMarkupAndStylesheetFilesOnly", 

But it does not help completely, for example, if I write .fz in html - it may turn into .font-size: (instead of <div class="fz"></div>), and if I write aic(align-items: center) between <style></style> - in emmet hints may appear borderAction (and other such things)

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
MarkTanashchukcommented, Dec 14, 2020

I removed all the svelte related settings and yes, I guess an error was because of svelte.language-server.runtime parameter with wrong path to node.exe. I removed it and it worked properly =)

Thanks for help

0reactions
dummdidummcommented, Dec 14, 2020

That’s strange. If the extension can’t be started obviously you won’t see emmet completions - but you also shouldn’t see any other completions, or hover info etc. . Strange. Did you change any settings of the Svelte for VS Code extension?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Emmet in Visual Studio Code
Support for Emmet snippets and expansion is built right into Visual Studio Code, no extension required. Emmet 2.0 has support for the majority...
Read more >
Speed up code your HTML using Emmet in VSCode
Enabling emmet for jsx in vscode · Open your vscode settings or ⌘ + , · Search emmet in search settings · In...
Read more >
VS Code 1.69 Release Notes - Inline Completions Setting
VS Code 1.69 Release Notes - Emmet - Inline Completions Setting ... be using an old version of VS Code, the latest stable...
Read more >
Some Emmet abbreviations in VSC not working, like '!' or ...
I am using Visual Studio Code. I'm using 1.69.0. It was working before, but I wanted to add net html file, named that...
Read more >
VS 2022 stable does not have emmet in razor - Microsoft Q&A
I'm using Visual Studio 2019 (without any extensions) and code completion with emmet is working just fine on my razor pages. This is...
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