diff --git a/docs/cody/clients/feature-reference.mdx b/docs/cody/clients/feature-reference.mdx index a98eccf63..2c06d487e 100644 --- a/docs/cody/clients/feature-reference.mdx +++ b/docs/cody/clients/feature-reference.mdx @@ -6,7 +6,7 @@ | **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Eclipse** | **Web** | **CLI** | | ---------------------------------------- | ----------- | ------------- | ----------------- | ----------- | -------------------- | ------- | -| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | +| Chat | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | | Chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | | Clear chat history | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | | Edit sent messages | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ | @@ -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: diff --git a/docs/cody/clients/install-visual-studio.mdx b/docs/cody/clients/install-visual-studio.mdx index 821edd99f..cbd13cba6 100644 --- a/docs/cody/clients/install-visual-studio.mdx +++ b/docs/cody/clients/install-visual-studio.mdx @@ -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. + + + +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.