diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-26 19:14:31 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-26 19:14:31 -0700 |
commit | cd42eb3c683c5eaffbe4efb1ef5cff0224d89473 (patch) | |
tree | a4612baea087f0ce93ffab0f3fa60ea3c227f534 | |
parent | ce76e391775034c1faec3198f59b2d5f90f61150 (diff) | |
download | sncontinue-cd42eb3c683c5eaffbe4efb1ef5cff0224d89473.tar.gz sncontinue-cd42eb3c683c5eaffbe4efb1ef5cff0224d89473.tar.bz2 sncontinue-cd42eb3c683c5eaffbe4efb1ef5cff0224d89473.zip |
Update how-to-use-continue.md
-rw-r--r-- | docs/docs/how-to-use-continue.md | 10 |
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. |