blob: b43203bb6d44d5c644c7dc1528efeeabe9d363f1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Continue
**[Continue](https://continue.dev/docs/) is the open-source library for accelerating software development with language models**
## Getting Started
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`.
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 :)
|