blob: 2e6996db9fc231938fa60331f950abe4b1f17923 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
<h1 align="center">Continue</h1>
<h2 align="center">[Continue](https://continue.dev/docs) is the open-source autopilot for software development—a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=Continue.continue) that brings the power of ChatGPT to your IDE</h2>
<div align="center">
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
![GitHub issues](https://img.shields.io/github/issues-raw/continuedev/continue)
![GitHub Repo stars](https://img.shields.io/github/stars/continuedev/continue?style=social)
![Twitter URL](https://img.shields.io/twitter/url?style=social&url=https%3A%2F%2Fgithub.com%2Fcontinuedev%2Fcontinue)
</div>
## Task, not tab, auto-complete
### Edit in natural language
Highlight a section of code and instruct Continue to refactor it
- `/edit Make this use more descriptive variable names`
- `/edit Rewrite this API call to grab all pages`
- `/edit Use 'Union' instead of a vertical bar here`
### Get possible explainations
Ask Continue about a part of your code to get another perspective
- `/explain what might cause this error?`
- `/explain what is the load_dotenv library name?`
- `/explain how do I find running process on port 8000?`
### Generate files from scratch
Let Continue build the scaffolding of Python scripts, React components, and more
- `Create a shell script to back up my home dir to /tmp/`
- `Write Python in a new file to get Posthog events`
- `Add a React component for syntax highlighted code`
## Getting Started
### [Download for VS Code](https://marketplace.visualstudio.com/items?itemName=Continue.continue)
## License
[Apache 2.0 © 2023 Continue Dev, Inc.](./LICENSE)
|