diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-13 13:06:23 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-13 13:06:23 -0700 |
commit | f58116633161ab5e8319cf7b50c971ce2e1f1963 (patch) | |
tree | 78a110a987e7a4f790b58ce3c97d1490329bad86 /extension | |
parent | 2e98a6a61bc32e77c03feefe211dce0dd920ce0d (diff) | |
parent | 39364b7270fd2a352c29ad6bbf5f0b279f152eb2 (diff) | |
download | sncontinue-f58116633161ab5e8319cf7b50c971ce2e1f1963.tar.gz sncontinue-f58116633161ab5e8319cf7b50c971ce2e1f1963.tar.bz2 sncontinue-f58116633161ab5e8319cf7b50c971ce2e1f1963.zip |
Merge branch 'main' of https://github.com/continuedev/continue
Diffstat (limited to 'extension')
-rw-r--r-- | extension/README.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extension/README.md b/extension/README.md index 8b823978..63200a85 100644 --- a/extension/README.md +++ b/extension/README.md @@ -6,18 +6,16 @@ You can use Continue to use and create recipes that automate the most repetitive ## Getting Started -After install is complete, the Continue extension should automatically open. You can also open it with `cmd+shift+p` on Mac / `ctrl+shift+p` on Windows and then selecting `Continue: Open Debug Panel` +After install is complete, the Continue extension will automatically open. You can also open it by pressing `cmd+shift+p` on Mac / `ctrl+shift+p` on Windows and then selecting `Continue: Open Continue GUI` To test a few common recipes, open a blank python file and try the following: -- Ask it to "write me a calculator class in python" +- Ask "write a calculator class in python" - /comment to write comments for the class - /pytest to write Pytest unit tests in a separate file - Ask in natural language for a new method -Check out the [Catalog](https://continue.dev/docs/catalog) to see the full list of recipes - -Give Continue a start on GitHub [here](https://github.com/continuedev/continue) +Give Continue a star on GitHub [here](https://github.com/continuedev/continue) ## Feedback |