aws / aws-toolkit-visual-studio

AWS Toolkit for Visual Studio - a plugin to interact with AWS
https://aws.amazon.com/visualstudio/
Apache License 2.0
111 stars 29 forks source link

CodeWhisperer requires IntelliCode to be installed? #417

Open 0xIsho opened 7 months ago

0xIsho commented 7 months ago

When I first installed the extension I could authenticate but CodeWhisperer was not working at all and the "brain" icon at the bottom didn't show up neither did pressing Alt+C do anything (except a system beep). After some fiddling and head scratching I reviewed the installed components in the installer and noticed that IntelliCode was not installed. CodeWhisperer worked after I installed it. I'm using Visual Studio 2022 version 17.9.6, by the way.

Does the extension rely on IntelliCode being installed? If it does it would be helpful to mention it in the docs/getting started guide, so that other unfortunate souls don't waste as much time as I did :)