We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f754ef commit 87d68b8Copy full SHA for 87d68b8
exts/database/src/main/kotlin/cc/unitmesh/database/actions/AutoSqlAction.kt
@@ -19,7 +19,7 @@ import com.intellij.psi.PsiFile
19
20
21
class AutoSqlAction : ChatBaseIntention() {
22
- override fun priority(): Int = 1001
+ override fun priority(): Int = 900
23
override fun startInWriteAction(): Boolean = false
24
override fun getFamilyName(): String = AutoDevBundle.message("autosql.name")
25
override fun getText(): String = AutoDevBundle.message("autosql.generate")
0 commit comments