Add KotlinContextFeatureProvider to the plugin.xml for 201 platform

- Without it we do not have `file_type` and `plugin_version` features in
the statistics from EAP builds
- See KT-36313
This commit is contained in:
Roman Golyshev
2020-04-03 12:51:37 +03:00
committed by Roman Golyshev
parent 75283c74ac
commit d8ca21d728
+1
View File
@@ -106,6 +106,7 @@ 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"/>
<suggestedRefactoringSupport language="kotlin" implementationClass="org.jetbrains.kotlin.idea.refactoring.suggested.KotlinSuggestedRefactoringSupport"/>
<refactoring.moveInnerHandler language="kotlin"