From 8aead4aa69fc415aa90bf31b8e41e3cad4f600d4 Mon Sep 17 00:00:00 2001 From: Jon Bratseth Date: Fri, 18 Feb 2022 15:55:41 +0100 Subject: Add todo --- .../java/ai/vespa/intellij/schema/findUsages/SdFindUsagesProvider.java | 1 + 1 file changed, 1 insertion(+) (limited to 'integration/intellij/src') diff --git a/integration/intellij/src/main/java/ai/vespa/intellij/schema/findUsages/SdFindUsagesProvider.java b/integration/intellij/src/main/java/ai/vespa/intellij/schema/findUsages/SdFindUsagesProvider.java index bd79f007fde..f131fc58376 100644 --- a/integration/intellij/src/main/java/ai/vespa/intellij/schema/findUsages/SdFindUsagesProvider.java +++ b/integration/intellij/src/main/java/ai/vespa/intellij/schema/findUsages/SdFindUsagesProvider.java @@ -22,6 +22,7 @@ import ai.vespa.intellij.schema.psi.impl.SdNamedElementImpl; public class SdFindUsagesProvider implements FindUsagesProvider { public WordsScanner getWordsScanner() { + // TODO: Not used at the moment (?) as we search by brute force return new DefaultWordsScanner(new SdLexerAdapter(), TokenSet.create(SdTypes.ID_REG, SdTypes.ID_WITH_DASH_REG, SdTypes.IDENTIFIER_VAL, SdTypes.IDENTIFIER_WITH_DASH_VAL), -- cgit v1.2.3