ecosystem icon indicating copy to clipboard operation
ecosystem copied to clipboard

show the library a symbol resolves to

Open devoncarew opened this issue 3 years ago • 0 comments

When we show symbol usage, we just show the name of a symbol (createDriver). This symbol may not be unique in the context of a package however. We should show the library that the symbol was defined in (or perhaps just show it to disambiguate symbols?).

ex., package:webdriver has createDriver symbols in lib/async_core.dart, lib/async_html.dart, lib/async_io.dart, lib/sync_core.dart, and lib/sync_io.dart.

devoncarew avatar Nov 10 '22 15:11 devoncarew