Replies: 11 comments 5 replies
-
|
TT |
Beta Was this translation helpful? Give feedback.
-
|
@juunzzi any updates on this? Did you reach expected behavior? |
Beta Was this translation helpful? Give feedback.
-
|
Same issue, very annoying since SCSS modules are usually the file with the largest name due to the |
Beta Was this translation helpful? Give feedback.
-
|
Any updates? |
Beta Was this translation helpful? Give feedback.
-
|
Any solution for this issue? |
Beta Was this translation helpful? Give feedback.
-
|
Still silence ? |
Beta Was this translation helpful? Give feedback.
-
|
Yep, im little frustrated when i cant autocomplete .scss module file |
Beta Was this translation helpful? Give feedback.
-
|
I am working with webpack and ts and I had the same issue using scss |
Beta Was this translation helpful? Give feedback.
-
|
same issue :(((( |
Beta Was this translation helpful? Give feedback.
-
|
Same issue for v1.82.0 and v1.81.0 Intellisense not recognizing heroSection.scss to import to HeroSection.jsx |
Beta Was this translation helpful? Give feedback.
-
|
Bro, what is going on. why it doesn't has any solution. in 2026 I am still getting this issue. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
Bug report
Describe the bug
VSCODE does not provide auto completion for SCSS module imports
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
yarn create next-app(use default and name it 'test-app')cd test-apptouch tsconfig.jsonyarn dev(CTRL+C after first run)yarn add --dev typescript @types/react @types/nodetouch components/Button/index.tsxtouch components/Button/Button.module.scssInside
components/Button/index.tsxstart typing `import './'Expected behavior
Button.module.scss appears under the auto-complete popup.
Screenshots
Only shows test.tsx
System information
Additional context
Adding
to next-env.d.ts does nothing
The 'SCSS Intellisense' vscode extension doesn't do anything either.
Beta Was this translation helpful? Give feedback.
All reactions