不二如是 发表于 2023-4-20 10:00:22

如何使用亚马逊的CodeWhisperer

本帖最后由 不二如是 于 2023-4-20 10:10 编辑



Learning:

https://www.bilibili.com/video/BV1so4y1j7Yd

AWS 的 CodeWhisperer 是一款基于 AI 的编码助手,可以根据在 IDE 中的现有代码和注释,生成代码片段或代码示例,从而帮助我们更快地完成代码编写。

CodeWhisperer 经过数十亿行代码的训练,可以识别代码中的关键字、变量、函数等,并生成相应的代码片段或代码示例。

AWS CodeWhisperer 的官方地址:aws.amazon.com/cn/codew

CodeWhisperer 还支持多种编程语言,如 Python、Java、JavaScript 等,并且可以与 AWS 的 EC2、S3、Autoscaler 等工具进行集成,从而更高效地进行代码编写和部署。

Step 1

Install the latest AWS Toolkit plugin in your integrated development environment (IDE). Supported IDEs include Visual Studio (VS) Code and JetBrains IDEs (IntelliJ, PyCharm, CLion, GoLand, WebStorm, Rider, PhpStorm, RubyMine, and DataGrip). CodeWhisperer comes built in with AWS Cloud9 and the AWS Lambda console. See the VS Code Extensions Marketplace and JetBrains Marketplace.


Step 2

In the IDE, open the AWS extension panel and select the Start button under Developer Tools > CodeWhisperer.


Step 3

In the resulting pop-up, select the Sign in with Builder ID option. Use your email address to sign up and sign in with your AWS Builder ID.

歌者文明清理员 发表于 2023-4-20 19:39:33

(假的)小甲鱼前来视察……
https://fishc.com.cn/thread-227000-1-1.html

tomok 发表于 2023-4-21 08:33:25

Thanks for sharing
页: [1]
查看完整版本: 如何使用亚马逊的CodeWhisperer