You need to sign in or sign up before continuing.
[Visual Studio] Show Duo icon for Code Suggestions
User problem to solve
When using Code Suggestions in Visual Studio, there is no clear visual indication that suggestions from Duo are being requested or are available. Users currently have an indicator at the bottom of the IDE. This lack of feedback in the editor window makes it difficult to tell if the feature is working as expected, especially when typing.
Proposal
Add visual cues in the gutted to indicate the status of code suggestions, mirroring the implementation in the VS Code extension.
- When a suggestion is being requested, a loading icon should appear in the gutter on the line where the user is typing, signifying that a request has been sent to Duo.
- When a suggestion is available, a distinct icon should replace the loading icon to indicate that a suggestion is ready to be viewed or applied.
- When a suggestion errors to load, an error icon should be displayed if there are issues retrieving suggestions.