diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-03 10:26:07 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-03 10:26:07 -0400 |
commit | 917ba983d604bf9f590265b38e65be5c75643828 (patch) | |
tree | 40ecae6ae6fb20dc7d8c4db391335d543b4713c3 /extension | |
parent | 08eacb7914b392d85ffcfe5b80ee31e3d36c77bc (diff) | |
download | sncontinue-917ba983d604bf9f590265b38e65be5c75643828.tar.gz sncontinue-917ba983d604bf9f590265b38e65be5c75643828.tar.bz2 sncontinue-917ba983d604bf9f590265b38e65be5c75643828.zip |
README work
Diffstat (limited to 'extension')
-rw-r--r-- | extension/README.md | 21 |
1 files changed, 20 insertions, 1 deletions
diff --git a/extension/README.md b/extension/README.md index 9ee59ad3..73f2df3e 100644 --- a/extension/README.md +++ b/extension/README.md @@ -2,4 +2,23 @@ **[Continue](https://continue.dev/docs) is the open-source library for accelerating software development with language models** -You can find the Continue GitHub repo [here](https://github.com/continuedev/continue)
\ No newline at end of file +The Continue VS Code extension lets you make edits with natural langauge, ask questions of your codebase, automatically generate unit tests, and more. Beyond the built-in functionality, you can easily write your own recipes to automate the most repetitive sequences of tasks in your workflow. + +## Getting Started + +Get started by opening the command pallet with cmd+shift+p and then selecting Continue: Open Debug Panel. + +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" +- /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 + +See [here](https://continue.dev/docs/concepts/recipe) for the full list of recipes currently available to use. + +You can find the Continue GitHub repo [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 :) |