We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e6d920 commit 74b44d2Copy full SHA for 74b44d2
packages/amazonq/src/app/inline/completion.ts
@@ -228,6 +228,7 @@ export class AmazonQInlineCompletionItemProvider implements InlineCompletionItem
228
await vscode.commands.executeCommand(`aws.amazonq.checkInlineSuggestionVisibility`)
229
}
230
231
+ // this method is automatically invoked by VS Code as user types
232
async provideInlineCompletionItems(
233
document: TextDocument,
234
position: Position,
0 commit comments