Search for class fields whos usage in project is above certain number

Hi! 

I'm trying to figure out the most used class fields in a couple of large classes and was wondering if it is possible to somehow search for this. If it is possible I would love an example. Let's say that I'm only interested in fields that is used more than 5 times throughout the project. 

0
1 comment

Hi,

Unfortunately, there is no such a tool in Rider, but you can try using "Code Vision" functionality: https://www.jetbrains.com/help/rider/Code_Vision.html. It shows how many usages fields/methods/classes have.

 

K.R.

Sofia

0

Please sign in to leave a comment.