An open API service indexing awesome lists of open source software.

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.

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/)