summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/how-to-use-continue.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/docs/how-to-use-continue.md b/docs/docs/how-to-use-continue.md
index 66de7ee9..7411c45f 100644
--- a/docs/docs/how-to-use-continue.md
+++ b/docs/docs/how-to-use-continue.md
@@ -97,6 +97,10 @@ Examples
- “/edit here is a connector for postgres, now write one for kafka”
- "/edit Rewrite this API call to grab all pages"
+### Using context from multiple other files
+
+Similar to how you would make changes manually, focus on one file at a time. But if there is key information in other files, highlight those sections of code too
+
### Tasks with a few steps
There are many more tasks that Continue can help you complete. Typically, these will be tasks that don't involve too many steps to complete.
@@ -129,10 +133,6 @@ Similarly, if you try to edit too many lines at once, you might run into context
If you highlight very long lines (e.g. a complex SVG), you might also run into issues like those above.
-### Using context from many other files
-
-Similar to how you would make changes manually, focus on one file at a time. If there is key information in another file, try copy and pasting that section into the text input along with your instructions.
-
### Tasks with many steps
-There are other tasks that Continue won't be able to take on as a whole. However, typically, if you figure out how to break the task into sub-tasks, you can get help from Continue with those. \ No newline at end of file
+There are other tasks that Continue won't be able to take on as a whole. However, typically, if you figure out how to break the task into sub-tasks, you can get help from Continue with those.