summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNate Sesti <33237525+sestinj@users.noreply.github.com>2023-07-26 00:56:29 -0700
committerGitHub <noreply@github.com>2023-07-26 00:56:29 -0700
commitdef8e5612cd4c889a2e26d4152fffcf3d694abdf (patch)
treeca423625619b9d628651bcc9a395ba8f47fa03a6 /README.md
parentb759e2dbfe36b3e8873527b9736d64866da9b604 (diff)
parentd9a4ed993aad36464776c093333af1a310e5a492 (diff)
downloadsncontinue-def8e5612cd4c889a2e26d4152fffcf3d694abdf.tar.gz
sncontinue-def8e5612cd4c889a2e26d4152fffcf3d694abdf.tar.bz2
sncontinue-def8e5612cd4c889a2e26d4152fffcf3d694abdf.zip
Merge pull request #297 from continuedev/merge-config-py-TO-main
Merge config py to main
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.md b/README.md
index 7414298d..a78f0fc1 100644
--- a/README.md
+++ b/README.md
@@ -9,11 +9,12 @@
<div align="center">
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
- <a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none">
- <img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" />
- </a>
+<a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none">
+<img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" />
+</a>
![Editing With Continue](readme.gif)
+
</div>
## Task, not tab, auto-complete
@@ -21,6 +22,7 @@
### Answer coding questions
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?”
@@ -28,6 +30,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”
@@ -35,6 +38,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”
@@ -46,6 +50,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`