diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-26 16:39:07 -0700 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-26 16:39:07 -0700 |
commit | f3c6533d4054de5a71c8867c2b76fc8b0747447c (patch) | |
tree | 8e53ce9533aa42ee5d0a31504aa07be691d87157 /extension/README.md | |
parent | f403bbe26b8864ff5367eab08afe4a01fdde8e72 (diff) | |
parent | 292d4d10ce28d720d61f97918c490b0d9cdae9e7 (diff) | |
download | sncontinue-f3c6533d4054de5a71c8867c2b76fc8b0747447c.tar.gz sncontinue-f3c6533d4054de5a71c8867c2b76fc8b0747447c.tar.bz2 sncontinue-f3c6533d4054de5a71c8867c2b76fc8b0747447c.zip |
Merge branch 'main' into styled-code
Diffstat (limited to 'extension/README.md')
-rw-r--r-- | extension/README.md | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/extension/README.md b/extension/README.md index 63200a85..b43203bb 100644 --- a/extension/README.md +++ b/extension/README.md @@ -2,21 +2,18 @@ **[Continue](https://continue.dev/docs/) is the open-source library for accelerating software development with language models** -You can use Continue to use and create recipes that automate the most repetitive sequences of tasks in your workflows. - ## Getting Started -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: +After install is complete, the Continue extension will automatically open. You can also open it by pressing `cmd+k` on Mac / `ctrl+k` on Windows and then selecting `Continue: Open Continue GUI`. -- 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 +To learn how to use it, try to use Continue for the following after `calculator.py` opens: +- "Write me a calculator class" +- Ask for a new method (e.g. "exp", "mod", "sqrt") +- Type /comment to write comments for the entire class +- Ask about how the class works, how to write it in another language, etc. Give Continue a star on GitHub [here](https://github.com/continuedev/continue) ## Feedback -Have thoughts about Continue? Please [leave an issue](https://github.com/continuedev/continue/issues/new) or email us at hi@continue.dev :) +Have thoughts about Continue? Please [leave an issue](https://github.com/continuedev/continue/issues/new) or email us at hi@continue.dev :)
\ No newline at end of file |