diff options
author | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:45:17 -0400 |
---|---|---|
committer | Nate Sesti <sestinj@gmail.com> | 2023-06-02 19:45:17 -0400 |
commit | bd7d3b8e524324a78667ca3eee01f9d7ae1181f3 (patch) | |
tree | f481a49b63d89ef5d667dce0ec9a4b791786834e /extension/README.md | |
parent | 57c3b77a5fe9ca73fb54d2c518470ef834aa9d72 (diff) | |
parent | 8970af9e695fe8196f4f3b61dd16271ae733f630 (diff) | |
download | sncontinue-bd7d3b8e524324a78667ca3eee01f9d7ae1181f3.tar.gz sncontinue-bd7d3b8e524324a78667ca3eee01f9d7ae1181f3.tar.bz2 sncontinue-bd7d3b8e524324a78667ca3eee01f9d7ae1181f3.zip |
Merge branch 'docs'
Diffstat (limited to 'extension/README.md')
-rw-r--r-- | extension/README.md | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/extension/README.md b/extension/README.md index 55cf25d1..51e95822 100644 --- a/extension/README.md +++ b/extension/README.md @@ -14,4 +14,14 @@ Ask natural language questions of your codebase, like "Where is the entry point Request an edit to the currently open file, for example: "Add CORS headers to this FastAPI server". -### Generate Unit Tests +### 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. |