Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 8 additions & 7 deletions docs/cody/clients/feature-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,14 @@
| Access to prompts and Prompt library | ✅ | ✅ | ✅ | ✅ | ❌ |
| Promoted Prompts | ✅ | ❌ | ❌ | ✅ | ❌ |

## Code Autocomplete

| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** |
| --------------------------------------------- | ----------- | ------------- | ----------------- |
| Single and multi-line autocompletion | ✅ | ✅ | ✅ |
| Cycle through multiple completion suggestions | ✅ | ✅ | ✅ |
| Accept suggestions word-by-word | ✅ | ❌ | ❌ |
## Code Autocomplete and Auto-edit

| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** |
| ------------------------------------------------------ | ----------- | ------------- | ----------------- |
| Single and multi-line autocompletion | ✅ | ✅ | ✅ |
| Cycle through multiple completion suggestions | ✅ | ✅ | ✅ |
| Accept suggestions word-by-word | ✅ | ❌ | ❌ |
| Auto-edit suggestions via cursor movements and typing | ✅ | ✅ | ❌ |

Few exceptions that apply to Cody Pro and Cody Enterprise users:

Expand Down