diff options
Diffstat (limited to 'docs/docs')
| -rw-r--r-- | docs/docs/getting-started.md | 12 | ||||
| -rw-r--r-- | docs/docs/how-to-use-continue.md | 2 | 
2 files changed, 2 insertions, 12 deletions
| diff --git a/docs/docs/getting-started.md b/docs/docs/getting-started.md index fc19552e..9f70e2de 100644 --- a/docs/docs/getting-started.md +++ b/docs/docs/getting-started.md @@ -1,7 +1,5 @@  # Getting started
 -## Recommended: Install in VS Code
 -
  :::note
  Continue requires that you have Python 3.8 or greater. If you do not, please [install](https://python.org) it
  :::
 @@ -14,12 +12,4 @@ Continue requires that you have Python 3.8 or greater. If you do not, please [in  
 -4. If it's your first time using Continue, it will open a file called `calculator.py` with instructions:
 -
 -
 -
 -5. Try using it with your own code!
 -
 -## Alternative: GitHub Codespaces
 -
 -If you would like to try without installing on your machine, you can [open our GitHub Codespace](https://codespaces.new/continuedev/continue-codespaces-demo?quickstart=1) to play with Continue in a browser-based editor
 +4. Enjoy!
 diff --git a/docs/docs/how-to-use-continue.md b/docs/docs/how-to-use-continue.md index 7411c45f..235a87b7 100644 --- a/docs/docs/how-to-use-continue.md +++ b/docs/docs/how-to-use-continue.md @@ -12,7 +12,7 @@ As you use Continue more, you will learn when to trust it. A great way to get st  If you are trying to use it for a new task and don’t have a sense of how much Continue can help you complete it, it can often be helpful to start like this: -1. Highlight any code that you don’t understand and type `tell me how this code works` +1. Highlight any code that you don’t understand and type `tell me how this code works` in the text box of the Continue side bar  2. If the explanation seems reasonable, then, while still highlighting the code, type `how would you change this code to [INSERT TASK]?`  3. If this explanation is also pretty good, then, while still highlighting the code, type `/edit [INSERT TASK]`  4. If it does not work on first attempt, click `reject` on its suggestions and try again—often it will make a different suggestion each time | 
