Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

show where the using directive is used

Can Visual Studio or some add-in on it tell me where each using directive is used? (Sure organize using tells me which is not used.)

I can manually comment each using directive and wait the vs to tell me somewhere is wrong. But that's too troublesome.

like image 510
onemach Avatar asked Jan 23 '26 10:01

onemach


1 Answers

I am not sure if that's what you mean but with ReSharper 6.1 you can use Find code dependent on module option on any of your references.

like image 160
Ufuk Hacıoğulları Avatar answered Jan 25 '26 00:01

Ufuk Hacıoğulları