summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-06-02 14:09:50 -0400
committerNate Sesti <sestinj@gmail.com>2023-06-02 14:09:50 -0400
commit3157898f13a6990aff909e8e4af7f58515a28e8c (patch)
tree773ec943df45a679fa4a0f221b871b7248be50d7 /extension/README.md
parent6b909caa8dcbd4bf3d1078ded1c12146944ab349 (diff)
parentaea318b48dd7e15df16eca12ba59c677671869aa (diff)
downloadsncontinue-3157898f13a6990aff909e8e4af7f58515a28e8c.tar.gz
sncontinue-3157898f13a6990aff909e8e4af7f58515a28e8c.tar.bz2
sncontinue-3157898f13a6990aff909e8e4af7f58515a28e8c.zip
Merge branch 'main' into docs
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md21
1 files changed, 6 insertions, 15 deletions
diff --git a/extension/README.md b/extension/README.md
index df158440..51e95822 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -1,27 +1,18 @@
-# continue
+# Continue
-Bug report to fix in 1/10th the time.
+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.
-Our debugging assistant automatically handles tedious portions of the debugging process, such as:
-
-- Fault localization
-- Enumerating potential error sources
-- Generating fixes
-- Pulling in outside context
-- Following data flows
-- Parsing tracebacks
-- Generate unit tests
-- Generate docstrings
+Get started by opening the command pallet with `cmd+shift+p` and then selecting `Continue: Open Debug Panel`.
# Features
### Ask a Question
-`cmd+shift+j` to open up a universal search bar, where you can ask questions of your codebase in natural language.
+Ask natural language questions of your codebase, like "Where is the entry point to the VS Code extension?"
-### Fault Localization
+### Edit with Natural Language
-Either manually highlight code snippets you think are suspicious, or let us find them for you.
+Request an edit to the currently open file, for example: "Add CORS headers to this FastAPI server".
### Generate a Fix