Skip to content

Commit d1a6253

Browse files
Docs for Visual Studio supporting autocomplete (#951)
- https://sourcegraph.slack.com/archives/C083TD3HJAV/p1738289286269899 --------- Co-authored-by: Kalan <[email protected]>
1 parent e01933d commit d1a6253

File tree

2 files changed

+18
-7
lines changed

2 files changed

+18
-7
lines changed

docs/cody/clients/feature-reference.mdx

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** | **Eclipse** | **Web** | **CLI** |
88
| ---------------------------------------- | ----------- | ------------- | ----------------- | ----------- | -------------------- | ------- |
9-
| Chat |||||||
9+
| Chat |||||||
1010
| Chat history |||||||
1111
| Clear chat history |||||||
1212
| Edit sent messages |||||||
@@ -27,12 +27,13 @@
2727

2828
## Code Autocomplete
2929

30-
| **Feature** | **VS Code** | **JetBrains** |
31-
| --------------------------------------------- | ----------- | ------------- |
32-
| Single and multi-line autocompletion |||
33-
| Cycle through multiple completion suggestions |||
34-
| Accept suggestions word-by-word |||
35-
| Ollama support (experimental) |||
30+
| **Feature** | **VS Code** | **JetBrains** | **Visual Studio** |
31+
| --------------------------------------------- | ----------- | ------------- | ----------------- |
32+
| Single and multi-line autocompletion ||||
33+
| Cycle through multiple completion suggestions ||||
34+
| Accept suggestions word-by-word ||||
35+
| Ollama support (experimental) ||||
36+
3637

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

docs/cody/clients/install-visual-studio.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,13 @@ To help you get started, there are a few prompts that are available by default.
7878
- Generate unit tests
7979

8080
![cody-vs-prompts](https://storage.googleapis.com/sourcegraph-assets/Docs/cody-vs-prompts-102024-2.png)
81+
82+
## Autocomplete
83+
84+
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.
85+
86+
<video width="1920" height="1080" loop playsInline controls style={{ width: '100%', height: 'auto' }}>
87+
<source src="https://storage.googleapis.com/sourcegraph-assets/Docs/visual-studio-autocomplete.mp4" type="video/mp4"/>
88+
</video>
89+
90+
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.

0 commit comments

Comments
 (0)