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.

Intellisense not working when using styled snippet

See original GitHub issue

I created the following user snippet for jsx:

"Styled Component": {
  "prefix": "styled",
  "body": ["const $1 = styled.${2:div}`", "  $3", "`;", ""]
}

If I use it, however, Intellisense is not available.

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mjbvzcommented, Apr 15, 2019

Try setting "editor.suggest.snippetsPreventQuickSuggestions": false to enable suggestions in snippets

0reactions
DennisJunior247commented, Dec 10, 2021

Try setting "editor.suggest.snippetsPreventQuickSuggestions": false to enable suggestions in snippets where do i paste "editor.suggest.snippetsPreventQuickSuggestions": false in my vscode settings? i mean how do i get to the file where i would paste the above code?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Intellisense not working · Issue #347 · styled-components ...
I have the same problem with intellisense not working for styled-components. I've attached a video where you can see the behaviour as well ......
Read more >
VSCode autocomplete and IntelliSense are not working within ...
I'm working with Gatsby project. When I type code inside backticks(`), template literals, VSCode doesn't show IntelliSense or autocomplete. I ...
Read more >
vscode-styled-components - Visual Studio Marketplace
Detailed CSS IntelliSense while working in styled strings. Syntax error reporting. Usage. The styled-components extension adds highlighting and ...
Read more >
Editor Setup - Tailwind CSS
Plugins and configuration settings that can improve the developer experience when working with Tailwind CSS.
Read more >
Vue IntelliSense in VSCode - ITNEXT
In this article I show how to automatically add auto-completion and pop-up documentation for props with one simple CLI command!; The CLI will...
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