Replies: 2 comments
-
Apparently https://marketplace.visualstudio.com/items?itemName=antfu.goto-alias is meant to address this but hasn't been working well for me. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've personally never been too bothered by this, but didn't know about that extension. I've started using zed now though lol, so I guess I won't get to try it out. You can always disable auto-imports if you don't like the DX. I don't have any magical solutions for you unfortunately :/ |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Auto-import is certainly a nice convenience but I find that's it's been negatively affecting my productivity in VSCode.
This is because when I ALT+CLICK auto-imported utilities, instead of locating the actual code definition I am taken to the
imports.d.ts
file. There I need to ALT+CLICK again to arrive at my actual definition.Are there any changes I can make so that I am taken straight to the actual code definition?
Beta Was this translation helpful? Give feedback.
All reactions