diff options
author | Ty Dunn <ty@tydunn.com> | 2023-06-03 10:24:19 +0200 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-06-03 10:24:19 +0200 |
commit | 0a3f65527bf83820e85ef9eefe9a8ad00b6eb58a (patch) | |
tree | 9f4a3f22fc2a91c4c8ea60531b4bd2c064b8d7db /extension/README.md | |
parent | 32d99938439b6f8fd9d008f6dc1acee1e3935783 (diff) | |
download | sncontinue-0a3f65527bf83820e85ef9eefe9a8ad00b6eb58a.tar.gz sncontinue-0a3f65527bf83820e85ef9eefe9a8ad00b6eb58a.tar.bz2 sncontinue-0a3f65527bf83820e85ef9eefe9a8ad00b6eb58a.zip |
editing extension README
Diffstat (limited to 'extension/README.md')
-rw-r--r-- | extension/README.md | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/extension/README.md b/extension/README.md index 51e95822..9ee59ad3 100644 --- a/extension/README.md +++ b/extension/README.md @@ -1,27 +1,5 @@ # Continue -Automate software development at the level of tasks, instead of tab-autocompletions. With Continue, you can make large edits with natural language, ask questions of your codebase, and run custom recipes built with our open-source Python library. +**[Continue](https://continue.dev/docs) is the open-source library for accelerating software development with language models** -Get started by opening the command pallet with `cmd+shift+p` and then selecting `Continue: Open Debug Panel`. - -# Features - -### Ask a Question - -Ask natural language questions of your codebase, like "Where is the entry point to the VS Code extension?" - -### Edit with Natural Language - -Request an edit to the currently open file, for example: "Add CORS headers to this FastAPI server". - -### Generate a Fix - -Once Continue has code snippets to work with, it can generate a fix. Just click to accept or reject, or make the tweak you need. - -### Stacktrace Parsing - -Any stacktrace that appears in your VS Code terminal will be caught by us so we can immediately begin the debugging process. For small bugs that you might have quickly solved, we'll just speed up the process to be nearly instantaneous. - -### Generate Unit Tests and Docstrings - -Use `cmd+shift+i` to generate a unit test for the function surrounding your cursor position, and `cmd+shift+l` to generate a docstring. +You can find the Continue GitHub repo [here](https://github.com/continuedev/continue)
\ No newline at end of file |