summaryrefslogtreecommitdiff
path: root/extension/README.md
diff options
context:
space:
mode:
authorTy Dunn <ty@tydunn.com>2023-06-18 19:41:47 -0700
committerGitHub <noreply@github.com>2023-06-18 19:41:47 -0700
commit66d0968d02310116344253ed90759ab7a9d596bb (patch)
tree236b1699f987ff90f89d905ba4ded7e49b3b8d96 /extension/README.md
parent8aa8e0b5c8402014b01f6ea6ce2e3d686f3c64b2 (diff)
parent5311a5b7e8e4322690b5f0b85a839bfa1caa1926 (diff)
downloadsncontinue-66d0968d02310116344253ed90759ab7a9d596bb.tar.gz
sncontinue-66d0968d02310116344253ed90759ab7a9d596bb.tar.bz2
sncontinue-66d0968d02310116344253ed90759ab7a9d596bb.zip
Merge pull request #122 from continuedev/play-button
Improving sidebar play button
Diffstat (limited to 'extension/README.md')
-rw-r--r--extension/README.md17
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