We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9ca058 + e9adc16 commit 74d0b12Copy full SHA for 74d0b12
1 file changed
docs/codacy-guardrails/codacy-guardrails-how-to-use.md
@@ -1,5 +1,34 @@
1
# Using Codacy Guardrails
2
3
+## Recommended configurations
4
+
5
+<table>
6
+ <thead>
7
+ <tr>
8
+ <th>IDE</th>
9
+ <th>Recommended LLM</th>
10
11
+ </thead>
12
+ <tbody>
13
14
+ <td>Visual Studio Code</td>
15
+ <td>Claude 3.x Sonnet</td>
16
+ </tr>
17
18
+ <td>Visual Studio Code Insiders</td>
19
+ <td>Claude 4.x Sonnet</td>
20
21
22
+ <td>Cursor</td>
23
24
25
26
+ <td>Windsurf</td>
27
28
29
+ </tbody>
30
+</table>
31
32
## Write secure, compliant AI code
33
34
a. Let's run an prompt to create a webserver in Java
0 commit comments