Skip to content

dependents and dependencies should show fully-qualified names #5565

Open
@ceedubs

Description

Is your feature request related to a problem? Please describe.

When I'm calling dependents or dependencies it's because I'm trying to track down the dependency graph of code. So even if impl is an unambiguous name within my project, it would be much more helpful to see accounts.users.createUser.impl than impl in the dependents list.

Describe the solution you'd like

Instead of seeing something like:

project/branch> dependents baseUri
 
  Dependents of: api.baseUri
  
    Terms:
  
    1. impl
  
  Tip: Try `view 1` to see the source of any numbered item in the above list.

I'd like to see something like this:

project/branch> dependents baseUri
 
  Dependents of: api.baseUri
  
    Terms:
  
    1. accounts.users.createUser.impl
  
  Tip: Try `view 1` to see the source of any numbered item in the above list.

The latter uses a fully-qualified name similar to the output of the names command.

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions