Hacker News new | ask | show | jobs
by garretraziel 102 days ago
What if I want the opposite? I was modernizing library usage in C# project and I very much missed a functionality of “show me all classes imported from this package in the current class”.
1 comments

In IDE you just remove the using and look at list of errors.