Files
dotfiles/dotfiles/.vscode-oss/extensions/continue.continue-0.8.25-linux-x64/README.md

82 lines
3.2 KiB
Markdown

> 🎉 **Tab autocomplete now available in pre-release (experimental)**
![Continue logo](https://github.com/continuedev/continue/raw/HEAD/media/c_d.png)
<h1 align="center">Continue</h1>
<div align="center">
**[Continue](https://continue.dev/docs) is an open-source autopilot for VS Code and JetBrains—the easiest way to code with any LLM**
</div>
<div align="center">
<a target="_blank" href="https://opensource.org/licenses/Apache-2.0" style="background:none">
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" style="height: 20px;" />
</a>
<a target="_blank" href="https://continue.dev/docs" style="background:none">
<img src="https://img.shields.io/badge/continue_docs-%23BE1B55" style="height: 20px;" />
</a>
<a target="_blank" href="https://discord.gg/vapESyrFmJ" style="background:none">
<img src="https://img.shields.io/badge/discord-join-continue.svg?labelColor=191937&color=6F6FF7&logo=discord" style="height: 20px;" />
</a>
<p></p>
</div>
# ⏩ Features
# 🔎 Ask about highlighted code
![Editing With Continue](https://github.com/continuedev/continue/raw/HEAD/media/readme.gif)
Highlight + select code sections and ask a question to get another perspective
- “how can I set up a Prisma schema that cascades deletes?”
- “where in the page should I be making this request to the backend?”
- “how can I communicate between these iframes?”
# 🪄 Reference context inline
![Reference context inline](https://github.com/continuedev/continue/raw/HEAD/media/image.gif)
- "@diff check my commit for mistakes"
- "how does @server.py stream responses?"
- "how do i fix this error in the @terminal?"
# ⚡️ Get completions directly in your editor
![Continue autocomplete](https://github.com/continuedev/continue/raw/HEAD/media/autocomplete.gif)
# ✏️ Edit in natural language
Highlight + select a section of code and instruct Continue to refactor it
- “/edit migrate this digital ocean terraform file into one that works for GCP”
- “/edit change this plot into a bar chart in this dashboard component”
- “/edit rewrite this function to be async”
![Above line edit](https://github.com/continuedev/continue/raw/HEAD/media/above-line-edit.gif)
# 🚀 Generate files from scratch
![Generate files from scratch](https://github.com/continuedev/continue/raw/HEAD/media/scratch.gif)
Open a blank file, <kbd>Cmd/Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>L</kbd>, and let Continue start new Python scripts, React components, etc.
- “here is a connector for postgres, now write one for kafka”
- “make an IAM policy that creates a user with read-only access to S3”
- “use this schema to write me a SQL query that gets recently churned users”
# Getting Started
You can try out Continue for free using a proxy server that securely makes calls with our API key to models like GPT-4, Gemini Pro, and Phind CodeLlama via OpenAI, Google, and Together respectively.
Once you're ready to use your own API key or a different model / provider, press the `+` button in the bottom left to add a new model to your `config.json`. Learn more about the models and providers [here](https://continue.dev/docs/model-setup/overview).
## License
[Apache 2.0 © 2023 Continue Dev, Inc.](https://github.com/continuedev/continue/blob/HEAD/LICENSE)