Files
openide/platform/inline-completion/shared/intellij.platform.inline.completion.iml
Kirill.Karnaukhov 2ae85bffdc [inline-completion] IJPL-161906: support 'inline shortcut hint' element
(cherry picked from commit 75e23acede488ac6cc44680699a30c04745da326)

IJ-MR-147762

GitOrigin-RevId: d2214712c2fbe180498c4bba13d175dab1dd371d
2024-10-28 14:25:23 +00:00

20 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$/src/" isTestSource="false" packagePrefix="com.intellij.codeInsight.inline.completion" />
<sourceFolder url="file://$MODULE_DIR$/resources/" type="java-resource" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="kotlin-stdlib" level="project" />
<orderEntry type="library" name="jetbrains-annotations" level="project" />
<orderEntry type="module" module-name="intellij.platform.util" />
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
<orderEntry type="module" module-name="intellij.platform.editor" />
<orderEntry type="module" module-name="intellij.platform.ide.impl" />
<orderEntry type="module" module-name="intellij.platform.lang" />
<orderEntry type="module" module-name="intellij.platform.core.ui" />
</component>
</module>