Skip to content

Commit c8a81e8

Browse files
committed
remove folder whether valid for logic of ApiTag
1 parent b3d15b0 commit c8a81e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/github/oldmegit/goframehelper/completion/go/CompletionApiTag.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class CompletionApiTag: CompletionBase() {
3232
}
3333

3434
override fun isValidFolder(): Boolean {
35-
return Gf.isApiFile(position.project, parameters.originalFile.virtualFile)
35+
return true
3636
}
3737

3838
private fun getStructType(): PsiElement? {

0 commit comments

Comments
 (0)