vscode
vscode copied to clipboard
Option to change display name for documents in treeview
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.
@Xeevis Thanks for this idea! This is something that could heavily increase the user experience! Really support this request!
Hey, thanks for trying the extension! Could you please create a feature request in our feedback forum?