Add plugin_version and file_type features for ML completion

- This is required to be able to use ML completion infrastructure to monitor code completion quality (even without ML enhancement)
This commit is contained in:
Roman Golyshev
2020-01-31 16:00:41 +03:00
committed by Roman Golyshev
parent 98ea2231f1
commit 31315e2c45
5 changed files with 53 additions and 6 deletions
+1
View File
@@ -88,5 +88,6 @@ The Kotlin plugin provides language support in IntelliJ IDEA and Android Studio.
<fileTypeUsageSchemaDescriptor schema="Gradle Script" implementationClass="org.jetbrains.kotlin.idea.core.script.KotlinGradleScriptFileTypeSchemaDetector"/>
<completion.ml.model implementation="org.jetbrains.kotlin.idea.completion.ml.KotlinMLRankingProvider"/>
<completion.ml.contextFeatures language="kotlin" implementationClass="org.jetbrains.kotlin.idea.completion.ml.KotlinContextFeatureProvider"/>
</extensions>
</idea-plugin>