Skip to content
Merged
Show file tree
Hide file tree
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 @@ -6,7 +6,7 @@

| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Eclipse** | **Web** | **CLI** |
| ---------------------------------------- | ----------- | ------------- | ----------------- | ----------- | -------------------- | ------- |
| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ |
| Chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Clear chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
| Edit sent messages | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ |
Expand All @@ -27,12 +27,13 @@

## Code Autocomplete

| **Feature** | **VS Code** | **JetBrains** |
| --------------------------------------------- | ----------- | ------------- |
| Single and multi-line autocompletion | ✅ | ✅ |
| Cycle through multiple completion suggestions | ✅ | ✅ |
| Accept suggestions word-by-word | ✅ | ❌ |
| Ollama support (experimental) | ✅ | ❌ |
| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** |
| --------------------------------------------- | ----------- | ------------- | ----------------- |
| Single and multi-line autocompletion | ✅ | ✅ | ✅ |
| Cycle through multiple completion suggestions | ✅ | ✅ | ✅ |
| Accept suggestions word-by-word | ✅ | ❌ | ❌ |
| Ollama support (experimental) | ✅ | ❌ | ❌ |


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

Expand Down
10 changes: 10 additions & 0 deletions docs/cody/clients/install-visual-studio.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,13 @@ To help you get started, there are a few prompts that are available by default.
- Generate unit tests

![cody-vs-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-vs-prompts-102024-2.png)

## Autocomplete

Cody for Visual Studio supports single and multi-line autocompletions. The autocomplete feature is available for the extension `v0.2.0` and above. It's enabled by default, with settings to turn it off.

<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto' }}>
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-autocomplete.mp4" type="video/mp4"/>
</video>

Advanced features like [auto-edit](/cody/capabilities/auto-edit) are not yet supported. To disable the autocomplete feature, you can do it from your Cody settings section.