summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNate Sesti <sestinj@gmail.com>2023-07-07 21:04:56 -0700
committerNate Sesti <sestinj@gmail.com>2023-07-07 21:04:56 -0700
commit924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d (patch)
treee93a80e7ce7febbe58b2c4f17345d44457449b34 /README.md
parent6f0e6340bb22ee150ef4b7996750f4c63c0bc2a7 (diff)
parent59dc2a776268da2567aad17421053011c1263cf1 (diff)
downloadsncontinue-924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d.tar.gz
sncontinue-924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d.tar.bz2
sncontinue-924fc27e53bd2503a3f6d3b49a4d5c02b8ace66d.zip
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 7f950362..a91fbdf4 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fcontinuedev%2Fcontinue)
- <a target="_blank" href="https://discord.gg/DvACJvjx" style="background:none">
+ <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>
@@ -21,23 +21,23 @@
### Edit in natural language
+### Get possible explainations
+
+Ask Continue about a part of your code to get another perspective
+- `what might cause this error?`
+- `what is the load_dotenv library name?`
+- `how do I find running process on port 8000?`
+
Highlight a section of code and instruct Continue to refactor it
- `/edit Make this use more descriptive variable names`
- `/edit Rewrite this API call to grab all pages`
- `/edit Use 'Union' instead of a vertical bar here`
-### Get possible explainations
-
-Ask Continue about a part of your code to get another perspective
-- `/explain what might cause this error?`
-- `/explain what is the load_dotenv library name?`
-- `/explain how do I find running process on port 8000?`
-
### Generate files from scratch
Let Continue build the scaffolding of Python scripts, React components, and more
- `Create a shell script to back up my home dir to /tmp/`
-- `Write Python in a new file to get Posthog events`
+- `Write a Python script to get Posthog events`
- `Add a React component for syntax highlighted code`
## Getting Started