summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-26 00:26:02 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-26 00:26:02 -0700
commit79a2fa634e5b5d44e13fbd49facf14a4fc3745d1 (patch)
tree0e5917d1ae3fad12e4cf459ec273593d9d5267a4 /extension/README.md
parentb759e2dbfe36b3e8873527b9736d64866da9b604 (diff)
parent2b69bf6f1fc2e06b16b718358ceed4911d6e87c3 (diff)
downloadsncontinue-79a2fa634e5b5d44e13fbd49facf14a4fc3745d1.tar.gz
sncontinue-79a2fa634e5b5d44e13fbd49facf14a4fc3745d1.tar.bz2
sncontinue-79a2fa634e5b5d44e13fbd49facf14a4fc3745d1.zip
Merge branch 'config-py' into merge-config-py-TO-main
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/extension/README.md b/extension/README.md
index e431c067..acb9e097 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -4,9 +4,10 @@
## Task, not tab, auto-complete
-### Answer coding questions
+### Get possible explainations
+
+Ask Continue about a part of your code to get another perspective
-Highlight sections of code and ask Continue for another perspective
- “how can I set up a Prisma schema that cascades deletes?”
- “where in the page should I be making this request to the backend?”
- “how can I communicate between these iframes?”
@@ -14,6 +15,7 @@ Highlight sections of code and ask Continue for another perspective
### Edit in natural language
Highlight a section of code and instruct Continue to refactor it
+
- “/edit migrate this digital ocean terraform file into one that works for GCP”
- “/edit change this plot into a bar chart in this dashboard component”
- “/edit rewrite this function to be async”
@@ -21,6 +23,7 @@ Highlight a section of code and instruct Continue to refactor it
### Generate files from scratch
Open a blank file and let Continue start new Python scripts, React components, etc.
+
- “/edit here is a connector for postgres, now write one for kafka”
- “/edit make an IAM policy that creates a user with read-only access to S3”
- “/edit use this schema to write me a SQL query that gets recently churned users”
@@ -32,6 +35,7 @@ Open a blank file and let Continue start new Python scripts, React components, e
Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it
If your Continue server is not setting up, please check the console logs:
+
1. `cmd+shift+p` (MacOS) / `ctrl+shift+p` (Windows)
2. Search for and then select "Developer: Toggle Developer Tools"
3. Select `Console`