Closed
Description
It seems like this is a pretty common case and a fix trivial.
There is a potential interaction w/ data-driven fixes. Brian pointed out in chat:
we could have a data-driven fix that adds a reference to a name imported by a previously unused import. Remove the import because it used to be unused would leave the user with an undefined identifier that they might not know how to import.
My inclination is to cross that bridge when we get to it?