Smart Method doc for Ref | 方法引用智能注释
This commit is contained in:
@@ -22,6 +22,9 @@ class SkipDocUtils {
|
||||
if (skip(docOwner)) {
|
||||
return null;
|
||||
}
|
||||
if (docOwner instanceof PsiMethod) {
|
||||
return DocUtils.methodDoc(((PsiMethod) docOwner));
|
||||
}
|
||||
return DocUtils.srcOrByteCodeDoc(docOwner);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user