zed
zed copied to clipboard
Show more info in Typescript intellisense
Check for existing issues
- [X] Completed
Describe the feature
Actually It is very hard to work with Typescript intellisense in large projects where are multiple items with the same name.
- More items with the same name from different resources:
VSCode
Zed
- It would be nice to show path:
VSCode
Zed
- Intellisense is closed unexpectedly during writing https://github.com/zed-industries/community/assets/7671531/7223bd31-47f3-4229-a053-a2f14b937960
If applicable, add mockups / screenshots to help present your vision of the feature
No response
I also have this with PHP autocompletion, but this only happens when you already have imported a class (for PHP) or a function/type (Typescript/javascript).
I'm having the same issue, exasperated by us using a monorepo in which you can import things more than one way (but only one is correct...)
The difference between Button and Button here is how they are imported 😅
Having the same issue 🙂
This issue is literally the only thing preventing me from switching over to Zed.
I'm having the same issue, exasperated by us using a monorepo in which you can import things more than one way (but only one is correct...)
The difference between
ButtonandButtonhere is how they are imported 😅
Would be even better, if this became configurable, so that for certain imports, it would only ever display the correct import options (like using the package name instead of a relative path in a monorepo).
Isn't this issue a duplicate of https://github.com/zed-industries/zed/issues/10075 ?