💡 RFC: Go To Definition (F12) should takes the respetive css file while path alias is active #1029
xkeshav
started this conversation in
Feature requests
Replies: 4 comments
-
|
Hello any update on this? when can we do triage? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
any help here? |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
PRs are welcome. I currently have no time to dedicate to this. The current behavior is just TypeScript's default behavior, I think |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Facing this issue, actually I googled |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Background & Motivation
I have a .astro file and there import a css file and I am using path alias ; configured in tsconfig.json, now in VS code when we hover over the import line and click on Go To Definiton File ( f12 ) ; it opens node_modukles/astro/client.d.ts file where declare syntax of cdd is menationed
while I want that it should open the respective file.
Note: this works fine when give relative path but alias path dint\d not work, only for css file impot.
vs code 1.95
ubuntu 24.04
Astro V 4.16
Astro vs code extension v 2.15.4
Proposed Solution
Possible solutions
Alternatives considered
Risks, downsides, and/or tradeoffs
Open Questions
Detailed Design
No response
Help make it happen!
Beta Was this translation helpful? Give feedback.
All reactions