mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-10 18:09:38 +07:00
It will reduce the names' similarity of language support classes for Feature Suggester and Feature Trainer. IJ-CR-19506 GitOrigin-RevId: 32f91bd4d2d471ced9c7677962634456e42e9115
9 lines
471 B
XML
9 lines
471 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<idea-plugin>
|
|
<extensions defaultExtensionNs="training">
|
|
<ift.language.extension language="Python" implementationClass="com.jetbrains.python.ift.PythonLangSupport"/>
|
|
<ift.learning.course language="Python" implementationClass="com.jetbrains.python.ift.PythonLearningCourse"/>
|
|
<ifs.suggesterSupport language="Python" implementationClass="com.jetbrains.python.ifs.PythonSuggesterSupport"/>
|
|
</extensions>
|
|
</idea-plugin>
|