File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
kotlin/com/github/tempest/framework Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ class ComponentReferenceContributor : PsiReferenceContributor() {
3838 GlobalSearchScope .projectScope(project),
3939 {
4040 val psiFile = it.findPsiFile(project) ? : return @processFilesByName true
41+ // println("found file $it for ${element.name}")
4142 result.add(
4243 object : PsiReferenceBase <PsiElement >(element, nameElement.textRange, false ) {
4344 override fun resolve () = psiFile
Original file line number Diff line number Diff line change 1515 <webSymbols .webTypes
1616 source =" META-INF/webTypes.json"
1717 enableByDefault =" true" />
18- <xml .tagNameProvider implementation =" com.github.tempest.framework.ComponentTagNameProvider" />
19- <psi .referenceContributor language =" HTML" implementation =" com.github.tempest.framework.ComponentReferenceContributor" />
18+ <xml .tagNameProvider
19+ implementation =" com.github.tempest.framework.ComponentTagNameProvider" />
20+ <psi .referenceContributor
21+ language =" HTML"
22+ implementation =" com.github.tempest.framework.ComponentReferenceContributor" />
2023 <spellchecker .bundledDictionaryProvider
2124 implementation =" com.github.tempest.framework.SpellcheckingDictionaryProvider" />
2225 </extensions >
You can’t perform that action at this time.
0 commit comments