When I want to find usages of a normal method in java it is fairly easy and straightforward CTRL-SHIFT-G .
However if this method has a super d
Thanks to @manouti answer, To show when using the overridden method only follow the steps:
Search by Java the method as com.package.MyObject.toString()
com.package.MyObject.toString()
And after in search result screen click on the right arrow to the left and check References to Overridden
References to Overridden