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.
Please sign in to leave a 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