is there an easier way to search for usages of a c...
# intellij
k
is there an easier way to search for usages of a class' primary constructor? if you put the carret on the class name and use "Find usages" it will find all references to the class. My current workaround is adding the
constructor
keyword and putting the carret on it before invoking the action.