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.

@use and @forward do not trigger intellisense

See original GitHub issue
  • VS Code Version: 1.39

  • SCSS IntelliSense Version: mrmlnc.vscode-scss@0.8.1

  • Operating System: Ubuntu 18.04.3

Reproducible Case:

foo/_bar.scss:

$var1: 'Mono';
$var2: 'Roboto';

foo.scss:

@use 'foo/bar';

foo.   // <---------- expect intelisense to show `$var1` and `$var2` as candidates, 
         // but not showing

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:19
  • Comments:15 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
0xAsimetriqcommented, Jan 26, 2020

Wasn’t able to trigger autocomplete neither by using @use nor @use ... as moduleName

2reactions
slynaghcommented, Sep 29, 2021

This one thing would make my life so much better.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Developers - @use and @forward do not trigger intellisense -
@use and @forward do not trigger intellisense · VS Code Version: 1.39 · SCSS IntelliSense Version: mrmlnc.vscode-scss@0.8.1 · Operating System: Ubuntu 18.04.3.
Read more >
IntelliSense error with forward declarations in module partitions
I created a simple test to replicate forward declarations with modules. ... I did not do anything to to make IntelliSense use the...
Read more >
Why does intellisense and code suggestion stop working ...
I am having the same issue; Intellisense randomly will stop showing in some files, but not others. I just had it happen to...
Read more >
Visual Studio IntelliSense Not Working? What To Do.
Workaround #2: Restart Your Machine ... Restarting your Visual Studio didn't get Intellisense back? Well, then try restarting your machine. I'm ...
Read more >
Frequently asked questions - Visual Studio IntelliCode
Review a list of frequently asked questions (FAQ) that you may have about the IntelliCode feature of Visual Studio.
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