zed icon indicating copy to clipboard operation
zed copied to clipboard

Show more info in Typescript intellisense

Open jezikk opened this issue 2 years ago • 3 comments

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.

  1. More items with the same name from different resources:

VSCode vscode_trash

Zed zed_trash

  1. It would be nice to show path:

VSCode vscode_popover

Zed zed_popover

  1. 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

jezikk avatar Sep 21 '23 12:09 jezikk

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).

RemcoSmitsDev avatar Sep 21 '23 17:09 RemcoSmitsDev

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...) image

The difference between Button and Button here is how they are imported 😅

davidlgj avatar Jan 26 '24 13:01 davidlgj

Having the same issue 🙂

TudorEsan avatar Feb 24 '24 07:02 TudorEsan

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 Button and Button here 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).

arggh avatar Apr 29 '24 08:04 arggh

Isn't this issue a duplicate of https://github.com/zed-industries/zed/issues/10075 ?

osiewicz avatar May 24 '24 00:05 osiewicz