Why is there no less or sass emmet hint for the style tag?
See original GitHub issueInfo
- Platform: Win
- Vetur version: 0.22.0
- VS Code version: 1.37.0
Problem
- The following tags are not prompted in my editor.
- It was all normal before.
template with html
template with pug
script with JavaScript
script with TypeScript
style with CSS
style with CSS (scoped)
style with scss
style with scss (scoped)
style with less
style with less (scoped)
style with sass
style with sass (scoped)
style with postcss
style with postcss (scoped)
style with stylus
style with stylus (scoped)
Reproducible Case
There is no step that can be described, that is, the auto-complete prompt of the label suddenly disappears, and it is not suitable.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Emmet in Visual Studio Code
Emmet abbreviation and snippet expansions are enabled by default in html , haml , pug , slim , jsx , xml , xsl...
Read more >preferences.json - Emmet Documentation
json file is used to modify behavior of some actions and resolvers of Emmet. This file contains a simple dictionary of key–value pairs....
Read more >Coding Tips & Tricks: Emmet, Sass, & Code Editors
If you're not using Emmet (coding shortcuts), Sass (a CSS preprocessor), or Visual Studio ... These tools can greatly speed up your coding...
Read more >How to get Emmet in VScode for SCSS to act more like it does ...
Are you using scss or sass files? I believe emmet should work out of the box for scss, and perhaps you should install...
Read more >Sass vs. Less | CSS-Tricks
Sass has actual logical and looping operators in the language. if/then/else statements, for loops, while loops, and each loops. No tricks, just ...
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
The
scaffold
snippets have been renamed to start with either<vue>
,<style>
,<script>
or<template>
.I’m sorry for removing the old
scaffold
snippets, but they are replaced by https://vuejs.github.io/vetur/snippet.html#customizable-scaffold-snippets.@octref