|
4 | 4 |
|
5 | 5 | ## Chat |
6 | 6 |
|
7 | | -| **Feature** | **VS Code** | **JetBrains** | **Web** | |
8 | | -| ---------------------------------------- | ----------- | ------------- | -------------------- | |
9 | | -| Chat with Cody | ✅ | ✅ | ✅ | |
10 | | -| Chat history | ✅ | ✅ | ✅ | |
11 | | -| Clear chat history | ✅ | ✅ | ✅ | |
12 | | -| Edit sent messages | ✅ | ❌ | ✅ | |
13 | | -| Show context files | ✅ | ✅ | ✅ | |
14 | | -| @-file | ✅ | ✅ | ✅ | |
15 | | -| @-symbol | ✅ | ❌ | ✅ | |
16 | | -| Ollama support (experimental) | ✅ | ✅ | ❌ | |
17 | | -| LLM Selection | ✅ | ✅ | ✅ | |
18 | | -| **Context Selection** | | | | |
19 | | -| Single-repo context | ✅ | ✅ | ✅ | |
20 | | -| Multi-repo context | ❌ | ❌ | ✅ (public code only) | |
21 | | -| Local context | ✅ | ✅ | ❌ | |
22 | | -| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | |
| 7 | +| **Feature** | **VS Code** | **JetBrains** | **Web** | **CLI** | |
| 8 | +| ---------------------------------------- | ----------- | ------------- | -------------------- | ------- | |
| 9 | +| Chat with Cody | ✅ | ✅ | ✅ | ✅ | |
| 10 | +| Chat history | ✅ | ✅ | ✅ | ❌ | |
| 11 | +| Clear chat history | ✅ | ✅ | ✅ | ❌ | |
| 12 | +| Edit sent messages | ✅ | ❌ | ✅ | ❌ | |
| 13 | +| Show context files | ✅ | ✅ | ✅ | ❌ | |
| 14 | +| @-file | ✅ | ✅ | ✅ | ❌ | |
| 15 | +| @-symbol | ✅ | ❌ | ✅ | ❌ | |
| 16 | +| Ollama support (experimental) | ✅ | ✅ | ❌ | ❌ | |
| 17 | +| LLM Selection | ✅ | ✅ | ✅ | ❌ | |
| 18 | +| **Context Selection** | | | | | |
| 19 | +| Single-repo context | ✅ | ✅ | ✅ | ❌ | |
| 20 | +| Multi-repo context | ❌ | ❌ | ✅ (public code only) | ❌ | |
| 21 | +| Local context | ✅ | ✅ | ❌ | ✅ | |
| 22 | +| OpenCtx context providers (experimental) | ✅ | ❌ | ❌ | ❌ | |
23 | 23 | | **Prompts and Commands** | | | | |
24 | | -| Access to prompts and Prompt library | ✅ | ✅ | ✅ | |
25 | | -| Custom commands | ✅ | ❌ | ❌ | |
26 | | -| Edit code | ✅ | ✅ | ❌ | |
27 | | -| Generate unit test | ✅ | ✅ | ❌ | |
28 | | -| Ask Cody to Fix | ✅ | ✅ | ❌ | |
| 24 | +| Access to prompts and Prompt library | ✅ | ✅ | ✅ | ❌ | |
| 25 | +| Custom commands | ✅ | ❌ | ❌ | ❌ | |
| 26 | +| Edit code | ✅ | ✅ | ❌ | ❌ | |
| 27 | +| Generate unit test | ✅ | ✅ | ❌ | ❌ | |
| 28 | +| Ask Cody to Fix | ✅ | ✅ | ❌ | ❌ | |
29 | 29 |
|
30 | 30 | ## Code Autocomplete |
31 | 31 |
|
32 | 32 | | **Feature** | **VS Code** | **JetBrains** | |
33 | 33 | | --------------------------------------------- | ----------- | ------------- | |
34 | 34 | | Single and multi-line autocompletion | ✅ | ✅ | |
35 | 35 | | Cycle through multiple completion suggestions | ✅ | ✅ | |
| 36 | +| Accept suggestions word-by-word | ✅ | ❌ | |
36 | 37 | | Ollama support (experimental) | ✅ | ❌ | |
37 | 38 |
|
38 | 39 | Few exceptions that apply to Cody Pro and Cody Enterprise users: |
|
0 commit comments