how do I search for usage of data class' construct...
# intellij
p
how do I search for usage of data class' constructor?
c
Alt+F7 (standard layout), in the find window you see search result categories, look for new instance construction or something like that
o
Or put caret directly before the opening parenthesis
🔖 3
p
thanks