-
Notifications
You must be signed in to change notification settings - Fork 29.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[css/scss] Go to definition for css/sass @import #29899
Comments
I've started using VSCode after using WebStorm for quite some time, and this is something I'm really missing. For example, I used to be able to Ctrl/Cmd + Click on a SASS mixin and it would take me to the definition in WebStorm. The |
+1 |
This is the only one thing keeping me from using @code, too. Still using WebStorm... |
@antenando exactly! |
This feature is dearly missed. Please implement. |
It is so dearly missed by myself as well. VScode seems a particularly popular choice for big front-end projects, so this would have tons of use. |
One of my projects is growing to a point where I need to have this. 😕 |
Would be an excellent addition, especially if supported in the same manner as JS imports where aliasing can be configured in jsconfig.json or something similar. |
Is there any vscode plugin solving the problem ?! |
I’d also love this to have! A reason for me to stay with Webstorm! |
Would it be possible to also support css-modules import otherClass from "./otherFile.css";
.newClass {
composes: differentClass from "./otherFile.css";
} |
@import and url() link. Fix microsoft/vscode#29899
Feature Request
Support go to definition on css
@imports
and sass style imports:
Go to definition on
otherFile.css
should try to openotherFile.css
in the workspaceThe text was updated successfully, but these errors were encountered: