Files
openide/plugins/turboComplete/intellij.turboComplete.iml
Gleb.Marin ee4b8a1d98 Prepare TurboComplete for Kotlin 2023.3
Lower debug logging leverl

Update model

Pass all tests

Pass java and common tests calling completion one time with performance

Add unit tests for ml performance

Add Api Internal annotations

Add FUS logging of performance parameters

Add system property customization

Remove debug assertions

Remove debug assertions

Put debug assertions

Verify experiment validity

Verify experiment validity

Fix kotlin's experiment model inconsistency

Disable performance on indexing

Fix model invocation

Move contributor key to a base module

Update ML models

Remove redundant dependency

Record missing contributor

Add missing extension point

Remove plugin from kotlin's plugin dependencies

Fix naming & add some KDoc

Fix style suggestions

Log the exact contributor in K2

Replace old K1 generation method with the ml one

Remove unnecessary performance recorders


Merge-request: IJ-MR-114165
Merged-by: Gleb Marin <Gleb.Marin@jetbrains.com>

GitOrigin-RevId: 03d0eeae8f282ae5465337cd6101ee85c345c556
2023-09-25 09:54:56 +00:00

21 lines
1.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="module" module-name="intellij.platform.analysis" />
<orderEntry type="module" module-name="intellij.platform.analysis.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.statistics" />
<orderEntry type="module" module-name="intellij.completionMlRanking" />
<orderEntry type="module" module-name="intellij.platform.lang.impl" />
<orderEntry type="module" module-name="intellij.platform.ml.impl" />
<orderEntry type="module" module-name="intellij.platform.ml" />
</component>
</module>