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

Option to change display name for documents in treeview #139

Open
Xeevis opened this issue Jun 24, 2020 · 2 comments
Open

Option to change display name for documents in treeview #139

Xeevis opened this issue Jun 24, 2020 · 2 comments
Labels
enhancement New feature or request

Comments

@Xeevis
Copy link

Xeevis commented Jun 24, 2020

Currently when viewing documents in the tree view, they are represented only by the _Id property. However it would be much more human readable if it was a name and if there isn't a name then for example the firstName and if nothing can be matched then fallback to the _Id.

This could be handled in settings (ordered by priority)

"displayProperty": [
    "name",
    "firstName"
],

This would help quickly distinguish various roles, permissions, IdentityServer clients etc right in the tree.

Also this is default behavior in Azure Databases for VS Code.

@jcgerhard
Copy link

@Xeevis Thanks for this idea! This is something that could heavily increase the user experience! Really support this request!

@alenakhineika
Copy link
Contributor

Hey, thanks for trying the extension! Could you please create a feature request in our feedback forum?

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

No branches or pull requests

4 participants