summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-07-07 17:57:39 -0700
committerTy Dunn <ty@tydunn.com>2023-07-07 17:57:39 -0700
commitb40fa922a573173c049a664746014cae81080ced (patch)
tree7a9ef91b9c6c5954bcb3e3991875039ccc613d45 /extension/README.md
parenta57853c2aa9d38f91cfb5a802f2fab2442cc29f4 (diff)
downloadsncontinue-b40fa922a573173c049a664746014cae81080ced.tar.gz
sncontinue-b40fa922a573173c049a664746014cae81080ced.tar.bz2
sncontinue-b40fa922a573173c049a664746014cae81080ced.zip
removing /explain all over
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/extension/README.md b/extension/README.md
index 4786c99b..b57aedb7 100644
--- a/extension/README.md
+++ b/extension/README.md
@@ -4,6 +4,13 @@
## Task, not tab, auto-complete
+### 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?`
+
### Edit in natural language
Highlight a section of code and instruct Continue to refactor it
@@ -11,13 +18,6 @@ Highlight a section of code and instruct Continue to refactor it
- `/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