[ml] IDEA-330474 Group AI/ML plugins in Settings

GitOrigin-RevId: 19b7b8357ff2898efdbb464c5e7ec9394a0f3132
This commit is contained in:
Yuriy Artamonov
2024-02-12 21:20:57 +01:00
committed by intellij-monorepo-bot
parent c1eaf6e0bf
commit f0878fe9a1
6 changed files with 6 additions and 5 deletions

View File

@@ -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

View File

@@ -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.

View File

@@ -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

View File

@@ -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.

View File

@@ -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,

View File

@@ -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.