We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ddb66d commit e6def78Copy full SHA for e6def78
goland/src/main/kotlin/cc/unitmesh/go/provider/GoLivingDocumentationProvider.kt
@@ -51,7 +51,6 @@ class GoLivingDocumentationProvider : LivingDocumentation {
51
override fun findNearestDocumentationTarget(psiElement: PsiElement): PsiNameIdentifierOwner? {
52
val element = PsiTreeUtil.getParentOfType(
53
psiElement,
54
- true,
55
GoFunctionOrMethodDeclaration::class.java,
56
GoMethodSpec::class.java,
57
GoTypeDeclaration::class.java,
0 commit comments