Stable Emmet in VS Code?
See original GitHub issueI 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:
- Created 3 years ago
- Comments:6 (2 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
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?