diff options
author | Ty Dunn <ty@tydunn.com> | 2023-07-07 17:57:39 -0700 |
---|---|---|
committer | Ty Dunn <ty@tydunn.com> | 2023-07-07 17:57:39 -0700 |
commit | 128e5b5cf46dee72f6f72b3f36adb83b13dcc0d8 (patch) | |
tree | c7d32982a45a4e6ed4b20fed0ce31d3ad1566d00 /README.md | |
parent | bd20d3430f9b83d58e54627c23ebb05f5db3fd1a (diff) | |
download | sncontinue-128e5b5cf46dee72f6f72b3f36adb83b13dcc0d8.tar.gz sncontinue-128e5b5cf46dee72f6f72b3f36adb83b13dcc0d8.tar.bz2 sncontinue-128e5b5cf46dee72f6f72b3f36adb83b13dcc0d8.zip |
removing /explain all over
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -21,23 +21,23 @@ ### Edit in natural language +### Get possible explainations + +Ask Continue about a part of your code to get another perspective +- `what might cause this error?` +- `what is the load_dotenv library name?` +- `how do I find running process on port 8000?` + 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` +- `Write a Python script to get Posthog events` - `Add a React component for syntax highlighted code` ## Getting Started |