src/main/com/intellij/lang/jsgraphql/psi/impl/GraphQLReferenceMixin.java (2 lines): - line 43: // TODO: [vepanimas] a temporary solution, identifiers and referencing elements shouldn't implement PsiNamedElement - line 61: // TODO: [vepanimas] resolve() call is not expected here. src/main/com/intellij/lang/jsgraphql/ide/completion/GraphQLCompletionContributor.java (2 lines): - line 393: // TODO: [vepanimas] extract a common interface for implementing types - line 461: // TODO JKM 'null' completion? src/main/com/intellij/lang/jsgraphql/ide/actions/GraphQLOpenConfigAction.kt (1 line): - line 62: // TODO: create and show in-memory config javascript/gen/com/intellij/graphql/javascript/workspace/impl/GraphQLNodeModulesEntityImpl.kt (1 line): - line 75: checkInitialization() // TODO uncomment and check failed tests src/main/com/intellij/lang/jsgraphql/psi/impl/GraphQLDirectiveLocationMixin.java (1 line): - line 42: // TODO: [vepanimas] move to a reference resolver: getReference should only create a reference, not resolve it. src/main/com/intellij/lang/jsgraphql/ide/injection/GraphQLInjectionUtils.kt (1 line): - line 25: fun isTemplatePlaceholder(element: PsiElement): Boolean = element.text.startsWith(GRAPHQL_EXTERNAL_FRAGMENT) // TODO: improve src/main/com/intellij/lang/jsgraphql/schema/GraphQLSchemaContentTracker.kt (1 line): - line 119: // TODO: check if it works as expected, looks like event.parent is not enough src/main/com/intellij/lang/jsgraphql/ide/config/model/GraphQLConfigSecurity.kt (1 line): - line 51: // TODO: return null and show notification instead src/main/com/intellij/lang/jsgraphql/ide/completion/GraphQLCompletionUtil.java (1 line): - line 47: * TODO: This is a temporary hack, should be handled by the formatter which is currently not implemented. src/main/com/intellij/lang/jsgraphql/ide/resolve/GraphQLReferenceService.java (1 line): - line 213: // TODO: [vepanimas] rework to use com.intellij.psi.PsiElement.processDeclarations or something similar, src/main/com/intellij/lang/jsgraphql/schema/GraphQLSchemaTypeUtil.kt (1 line): - line 216: // TODO: implement in PSI properly