mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-14 18:05:27 +07:00
[ml] IDEA-330474 Group AI/ML plugins in Settings
GitOrigin-RevId: 19b7b8357ff2898efdbb464c5e7ec9394a0f3132
This commit is contained in:
committed by
intellij-monorepo-bot
parent
c1eaf6e0bf
commit
f0878fe9a1
@@ -98,6 +98,7 @@ third.party.plugins.privacy.note.disable=Disable Plugins
|
||||
|
||||
plugin.category.Android=Android
|
||||
plugin.category.AI-Powered=AI-Powered
|
||||
plugin.category.Local.AI/ML.Tools=Local AI/ML Tools
|
||||
plugin.category.UI=UI
|
||||
plugin.category.Build.Tools=Build Tools
|
||||
plugin.category.Code.Coverage=Code Coverage
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.intellij.completion.ml.ranking.models</id>
|
||||
<name>Machine Learning Code Completion Models</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>AI-Powered</category>
|
||||
<category>Local AI/ML Tools</category>
|
||||
|
||||
<description><![CDATA[
|
||||
<p>The plugin contains experimental models for code completion based on machine learning.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.intellij.completion.ml.ranking</id>
|
||||
<name>Machine Learning Code Completion</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>AI-Powered</category>
|
||||
<category>Local AI/ML Tools</category>
|
||||
|
||||
<description><![CDATA[
|
||||
<p>The plugin improves code completion feature by reordering of elements in the completion
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.intellij.ml.local.models</id>
|
||||
<name>Machine Learning Local Models</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>AI-Powered</category>
|
||||
<category>Local AI/ML Tools</category>
|
||||
|
||||
<description><![CDATA[
|
||||
<p>The plugin contains logic for training local models based on machine learning.
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.intellij.searcheverywhere.ml</id>
|
||||
<name>Machine Learning in Search Everywhere</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>AI-Powered</category>
|
||||
<category>Local AI/ML Tools</category>
|
||||
|
||||
<description><![CDATA[
|
||||
<p>The plugin improves the Search Everywhere feature by ordering the search results using machine learning,
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<id>com.intellij.turboComplete</id>
|
||||
<name>Turbo Complete</name>
|
||||
<vendor>JetBrains</vendor>
|
||||
<category>AI-Powered</category>
|
||||
<category>Local AI/ML Tools</category>
|
||||
|
||||
<description><![CDATA[
|
||||
Experimental approach to speed up code completion.
|
||||
|
||||
Reference in New Issue
Block a user