callSiteName

fun PsiElement.callSiteName(): String

This poorly-named function will return the most-qualified name available for a given PsiElement from the snippet of code where it's being called, without looking at imports.

Sources

Link copied to clipboard