FIR IDE: implement KotlinExpressionTypeProvider for FIR

This commit is contained in:
Ilya Kirillov
2020-08-26 18:40:59 +03:00
parent fcc7db5224
commit 3cd445563e
6 changed files with 87 additions and 46 deletions
+3
View File
@@ -101,6 +101,9 @@ The Kotlin FIR plugin provides language support in IntelliJ IDEA and Android Stu
id="KotlinCompletionContributor"
order="first"
implementationClass="org.jetbrains.kotlin.idea.completion.KotlinFirCompletionContributor"/>
<codeInsight.typeInfo language="kotlin"
implementationClass="org.jetbrains.kotlin.idea.codeInsight.KotlinHighLevelExpressionTypeProvider"/>
</extensions>
<!-- scripts -->