Skip to content
Closed
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
8 changes: 4 additions & 4 deletions extensions/vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,25 +32,25 @@

[Agent](https://docs.continue.dev/features/agent/quick-start) to work on development tasks together with AI

![agent](docs/images/agent.gif)
![agent](../../docs/images/agent.gif)

## Chat

[Chat](https://docs.continue.dev/features/chat/quick-start) to ask general questions and clarify code sections

![chat](docs/images/chat.gif)
![chat](../../docs/images/chat.gif)

## Edit

[Edit](https://docs.continue.dev/features/edit/quick-start) to modify a code section without leaving your current file

![edit](docs/images/edit.gif)
![edit](../../docs/images/edit.gif)

## Autocomplete

[Autocomplete](https://docs.continue.dev/features/autocomplete/quick-start) to receive inline code suggestions as you type

![autocomplete](docs/images/autocomplete.gif)
![autocomplete](../../docs/images/autocomplete.gif)

</div>

Expand Down
Loading