summaryrefslogtreecommitdiff
path: root/extension/README.md
blob: 55cf25d1ce90a4d870c36eb684fade84faffea1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Continue

Automate software development at the level of tasks, instead of tab-autocompletions. With Continue, you can make large edits with natural language, ask questions of your codebase, and run custom recipes built with our open-source Python library.

Get started by opening the command pallet with `cmd+shift+p` and then selecting `Continue: Open Debug Panel`.

# Features

### Ask a Question

Ask natural language questions of your codebase, like "Where is the entry point to the VS Code extension?"

### Edit with Natural Language

Request an edit to the currently open file, for example: "Add CORS headers to this FastAPI server".

### Generate Unit Tests