mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
[IFT] Rename LanguageSupport to SuggesterSupport
It will reduce the names' similarity of language support classes for Feature Suggester and Feature Trainer. IJ-CR-19506 GitOrigin-RevId: 32f91bd4d2d471ced9c7677962634456e42e9115
This commit is contained in:
committed by
intellij-monorepo-bot
parent
54d68d6b1d
commit
660118cb0e
@@ -3,6 +3,6 @@
|
||||
<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.languageSupport language="Python" implementationClass="com.jetbrains.python.ifs.PythonLanguageSupport"/>
|
||||
<ifs.suggesterSupport language="Python" implementationClass="com.jetbrains.python.ifs.PythonSuggesterSupport"/>
|
||||
</extensions>
|
||||
</idea-plugin>
|
||||
|
||||
Reference in New Issue
Block a user