Skip to content

Commit 1a28168

Browse files
committed
fix(intentions): update description for AutoDevIntention and AutoSqlAction
Update the description for `AutoDevIntention` to include more details about the features it provides, such as AI-powered coding wizard, auto code generation, bug-slaying assistant, custom prompts, and Auto Dev/Testing/Document feature. Also, update the description for `AutoSqlAction` to remove the old content and replace it with "Invoke AutoDev Generate Action on here".
1 parent cdd56d4 commit 1a28168

File tree

4 files changed

+6
-30
lines changed

4 files changed

+6
-30
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
String <spot>url</spot> = "https://www.phodal.com";
1+
String <spot>url</spot> = "https://ide.unitmesh.cc/";
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
String <spot>s</spot> = "https://www.phodal.com";
1+
String <spot>s</spot> = "https://ide.unitmesh.cc/";
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
Invoke <b>AutoDev</b> Action on here.
1+
Invoke<b>AutoDev</b> AI Intention Action on here. he AI-powered coding wizard with multilingual support 🌐,
2+
auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic
3+
Auto Dev/Testing/Document feature 🧪 included! 🚀
Lines changed: 1 addition & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1 @@
1-
<html>
2-
<body>
3-
Write your description here.
4-
Start the description with a verb in 3rd person singular, like reports, detects, highlights.
5-
In the first sentence, briefly explain what exactly the inspection helps you detect.
6-
Make sure the sentence is not very long and complicated.
7-
<p>
8-
The first sentence must be in a dedicated paragraph separated from the rest of the text. This will make the
9-
description easier to read.
10-
Make sure the description doesn’t just repeat the inspection title.
11-
</p>
12-
<p>
13-
See https://jetbrains.design/intellij/text/inspections/#descriptions for more information.
14-
</p>
15-
<p>
16-
Embed code snippets:
17-
</p>
18-
<pre><code>
19-
// automatically highlighted according to inspection registration 'language' attribute
20-
</code></pre>
21-
<!-- tooltip end -->
22-
<p>Text after this comment will only be shown in the settings of the inspection.</p>
23-
24-
<p>To open related settings directly from the description, add a link with `settings://$` optionally followed by `?$` to
25-
pre-select a UI element.</p>
26-
</body>
27-
</html>
1+
Invoke <b>AutoDev Generate</b> Action on here.

0 commit comments

Comments
 (0)