Added statistics collector for new_file_templates and set trigger to createFileFromTemplate

This commit is contained in:
Anton Yalyshev
2018-12-21 19:03:37 +03:00
parent f7ce8c18c6
commit 6510c17804
4 changed files with 11 additions and 2 deletions
@@ -3235,6 +3235,7 @@
<!--FUS triggers-->
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinTargetTrigger"/>
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinIdeRefactoringTrigger"/>
<statistics.applicationUsagesCollector implementation="org.jetbrains.kotlin.statistics.KotlinIdeNewFileTemplateTrigger"/>
</extensions>
</idea-plugin>