-
Notifications
You must be signed in to change notification settings - Fork 7
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
can it go to definition by clicking the import link #21
Comments
Sorry to reply late, I'm on vocation these days. |
Awesome, look forward to it |
Postpone to October. |
Sorry, I started my new career as a graphic algorithm engineer these days, I will keep working on this plugin after my hard time over. |
Just released v1.10.1, please check it, thanks. |
how do you activate this feature? |
Automatically active, if not, please paste your code example. |
Yea, it doesn't work for me either:
|
Are you working in typescript codes? The import functionality only works in |
I'm working basic react app, initiate with create-react-app.
Home.js import React from 'react'
import './home.scss'
const Home = ({
}) => {
<div>hello</div>
} |
https://github.com/craigcosmo/my-app try open the app.scss with 'go to definition' |
I see, I thought it works in js/ts as well according to OP :). |
You are right, can't open, I thought that vscode should automatically opening css files from a ts or js file when goto definition, but it doesn't! I will support this in this weekend. |
Thanks! In case you'll need to hardcode the extensions, let's enable it for |
That's great news! ❤️ The following stackoverflow question is exactly on this topic, so many people will be pleased ! I also commented on microsoft/TypeScript#15146. |
I just released v1.10.5, this should works now, sorry I was trapped into an algorithm problem these days and fix this too late. Never mind to give more suggestions and feedback. |
Thank you! Works well. |
I want to go that
scss
file when I clickgo to definition
. Is it possible ?The text was updated successfully, but these errors were encountered: