Member-only story
Amazon Just Made a Code Completion Tool
Welcome back! Amazon is a massively popular company that owns a ton of companies, including AWS, and AWS just released a new competitor to GitHub Copilot! This specific tool is called Amazon CodeWhisperer, it allows us to build apps faster with ML-powered coding companion!
If you want to check out their website, here is a link to it:
This extension will automatically recommend code and comments within our IDE, it can generate entire functions and code blocks, and it also supports many different languages including Java, Python, and Javascript as well! Essentially, this is how this specific tool works:
From their example page, you can see how much of this project can be automatically created: