right to left not self | 从右到左不显示自己
This commit is contained in:
@@ -107,10 +107,6 @@ class LineDocUtils {
|
|||||||
return SkipDocUtils.refDoc(((PsiDocCommentOwner) resolve));
|
return SkipDocUtils.refDoc(((PsiDocCommentOwner) resolve));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// for right to left field
|
|
||||||
if (parent instanceof PsiDocCommentOwner) {
|
|
||||||
return SkipDocUtils.refDoc(((PsiDocCommentOwner) parent));
|
|
||||||
}
|
|
||||||
// for right to left for
|
// for right to left for
|
||||||
if (parent instanceof PsiForeachStatement) {
|
if (parent instanceof PsiForeachStatement) {
|
||||||
PsiParameter iterationParameter = ((PsiForeachStatement) parent).getIterationParameter();
|
PsiParameter iterationParameter = ((PsiForeachStatement) parent).getIterationParameter();
|
||||||
|
|||||||
Reference in New Issue
Block a user