Skip to content

Commit

Permalink
fix(intentions): update description for AutoDevIntention and AutoSqlA…
Browse files Browse the repository at this point in the history
…ction

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".
  • Loading branch information
phodal committed Feb 27, 2024
1 parent cdd56d4 commit 1a28168
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 30 deletions.
@@ -1 +1 @@
String <spot>url</spot> = "https://www.phodal.com";
String <spot>url</spot> = "https://ide.unitmesh.cc/";
@@ -1 +1 @@
String <spot>s</spot> = "https://www.phodal.com";
String <spot>s</spot> = "https://ide.unitmesh.cc/";
@@ -1 +1,3 @@
Invoke <b>AutoDev</b> Action on here.
Invoke<b>AutoDev</b> AI Intention Action on here. he AI-powered coding wizard with multilingual support 🌐,
auto code generation 🏗️, and a helpful bug-slaying assistant 🐞! Customizable prompts 🎨 and a magic
Auto Dev/Testing/Document feature 🧪 included! 🚀
@@ -1,27 +1 @@
<html>
<body>
Write your description here.
Start the description with a verb in 3rd person singular, like reports, detects, highlights.
In the first sentence, briefly explain what exactly the inspection helps you detect.
Make sure the sentence is not very long and complicated.
<p>
The first sentence must be in a dedicated paragraph separated from the rest of the text. This will make the
description easier to read.
Make sure the description doesn’t just repeat the inspection title.
</p>
<p>
See https://jetbrains.design/intellij/text/inspections/#descriptions for more information.
</p>
<p>
Embed code snippets:
</p>
<pre><code>
// automatically highlighted according to inspection registration 'language' attribute
</code></pre>
<!-- tooltip end -->
<p>Text after this comment will only be shown in the settings of the inspection.</p>

<p>To open related settings directly from the description, add a link with `settings://$` optionally followed by `?$` to
pre-select a UI element.</p>
</body>
</html>
Invoke <b>AutoDev Generate</b> Action on here.

0 comments on commit 1a28168

Please sign in to comment.