parrot-extension/src/extensions/vscode
Jeff Moe 7ada79bb7a rm more intellij 2023-11-23 12:43:25 -07:00
..
manual-testing-sandbox merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00
media merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00
schema update extension from upstream 2023-11-23 12:17:57 -07:00
scripts rm more intellij 2023-11-23 12:43:25 -07:00
server merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00
src update extension from upstream 2023-11-23 12:17:57 -07:00
.eslintrc.json Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
.gitignore Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
.vscodeignore Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
CHANGELOG.md update extension from upstream 2023-11-23 12:17:57 -07:00
CONTRIBUTING.md merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00
LICENSE.txt merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00
Makefile cleaner 2023-11-15 15:16:54 -07:00
README.md merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00
config_schema.json update extension from upstream 2023-11-23 12:17:57 -07:00
continue_tutorial.py mv tutorial 2023-11-13 09:45:45 -07:00
esbuild.mjs Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
esbuild.test.mjs Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
logging.ini Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
logging.yaml Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
openapitools.json Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
package-lock.json update extension from upstream 2023-11-23 12:17:57 -07:00
package.json update extension from upstream 2023-11-23 12:17:57 -07:00
server_version.txt Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
tsconfig.json Copy some server/extension code from continuedev 2023-10-31 09:37:48 -06:00
vsc-extension-quickstart.md merge in continuedev 3d398d0b 2023-11-14 14:16:48 -07:00

README.md

🎁 New! Try out the new JetBrains extension (Alpha)

Continue logo

Continue

Continue is the open-source autopilot for software development—an IDE extension that brings the power of ChatGPT to VS Code and JetBrains

Task, not tab, auto-complete

Get possible explanations

Ask Continue about a part of your code 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?”

Edit in natural language

Highlight 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”

Generate files from scratch

Open a blank file and let Continue start new Python scripts, React components, etc.

  • “/edit here is a connector for postgres, now write one for kafka”
  • “/edit make an IAM policy that creates a user with read-only access to S3”
  • “/edit use this schema to write me a SQL query that gets recently churned users”

Getting Started

By default, Continue uses GPT-4 and GPT-3.5-turbo via the OpenAI API.

You can adjust the config to use different LLMs, including local, private models. Read more here.

To see the keyboard shortcuts offered by Continue, see the "Feature Contributions" tab above.

Troubleshooting

The Continue VS Code extension is currently in beta. It will attempt to start the Continue Python server locally for you, but sometimes this will fail, causing the "Starting Continue server..." not to disappear, or other hangups. While we are working on fixes to all of these problems, read here for common solutions:

Troubleshooting Continue

License

Apache 2.0 © 2023 Continue Dev, Inc.