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.

Why is there no less or sass emmet hint for the style tag?

See original GitHub issue
  • I have searched through existing issues
  • I have read through docs
  • I have read FAQ

Info

  • 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)

image

demo

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:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:10 (5 by maintainers)

github_iconTop GitHub Comments

4reactions
octrefcommented, Aug 13, 2019

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.

0reactions
libycommented, Aug 15, 2019

@octref

  • I only enabled vetur,But snippets are still duplicates
  • Show only one of them is normal image
Read more comments on GitHub >

github_iconTop 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 >

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