https://github.com/tanpenggood/learn-codewhisperer
Exploration of AI Programming Assistant.
https://github.com/tanpenggood/learn-codewhisperer
codewhisperer
Last synced: about 1 year ago
JSON representation
Exploration of AI Programming Assistant.
- Host: GitHub
- URL: https://github.com/tanpenggood/learn-codewhisperer
- Owner: tanpenggood
- Created: 2023-09-06T15:48:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-19T13:56:42.000Z (over 2 years ago)
- Last Synced: 2023-09-19T16:27:25.913Z (over 2 years ago)
- Topics: codewhisperer
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learn-CodeWhisperer
Exploration of AI Programming Assistant.
## User Actions
> For VS Code
|Action| Keyboard shortcut|
|---|---|
|Manually trigger CodeWhisperer|MacOS: Option + C
Windows: Alt + C|
|Accept a recommendation|Tab|
|Next recommendation|Right arrow|
|Previous recommendation|Left arrow|
|Reject a recommendation|ESC, backspace, or keep typing and the recommendation will disappear as soon as there is a character mismatch.|
## References
- [AWS course - amazon-codewhisperer-getting-started](https://explore.skillbuilder.aws/learn/course/external/view/elearning/16405/amazon-codewhisperer-getting-started)
- [AWS docs - CodeWhisperer User Guide](https://docs.aws.amazon.com/codewhisperer/latest/userguide/what-is-cwspr.html)
- [AWS blogs - 10-ways-to-build-applications-faster-with-amazon-codewhisperer](https://aws.amazon.com/blogs/devops/10-ways-to-build-applications-faster-with-amazon-codewhisperer/)