Skip to content
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

Show namespace in autocomplete popup #447

Closed
mschering opened this issue Apr 25, 2019 · 5 comments
Closed

Show namespace in autocomplete popup #447

mschering opened this issue Apr 25, 2019 · 5 comments
Labels
Milestone

Comments

@mschering
Copy link

Hi,

It would be nice if the full namespace is shown in the autocomplete when there are multiple options. It can be hard to find the right class in bigger projects:

Screenshot 2019-04-25 at 13 19 34

@bmewburn
Copy link
Owner

I agree this would be nice. IMO it would be better if vscode would show the detail property for all visible suggestions which would solve this. When I previously tried including the namespace info in the label it messed up highlighting. I'll take another look to see if anything has changed.
microsoft/vscode#39441 (comment)

@bmewburn
Copy link
Owner

Looks like adding the namespace to the label and making use of the filter property will solve this.

@mschering
Copy link
Author

Great, looking forward to it!

@bmewburn bmewburn modified the milestone: v1.1 Jun 14, 2019
@bmewburn
Copy link
Owner

Had another attempt with this using filterText but it can still show up incorrectly highlighted
Screenshot from 2019-06-14 13-31-21

@bmewburn bmewburn added this to the 1.3 milestone Oct 14, 2019
@bmewburn
Copy link
Owner

1.3 shows [Namespace] in label.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants