Provide (not actually correct) resolve scope for script files that have dependencies

This is needed for completion to determine dependencies of the file correctly
This commit is contained in:
Pavel V. Talanov
2016-06-16 20:02:38 +03:00
parent 2e126d3452
commit c9583f3aa9
2 changed files with 39 additions and 1 deletions
+1 -1
View File
@@ -1600,8 +1600,8 @@
<!--kotlin script specific extensions-->
<java.shortNamesCache implementation="org.jetbrains.kotlin.idea.core.script.dependencies.JavaClassesInScriptDependenciesShortNameCache"/>
<indexedRootsProvider implementation="org.jetbrains.kotlin.idea.core.script.dependencies.KotlinScriptDependenciesIndexableSetContributor"/>
<psi.clsCustomNavigationPolicy implementation="org.jetbrains.kotlin.idea.core.script.dependencies.ScriptDependencySourceNavigationPolicyForJavaClasses"/>
<resolveScopeProvider implementation="org.jetbrains.kotlin.idea.core.script.dependencies.KotlinScriptResolveScopeProvider"/>
</extensions>