AWS amazonq documentation change
Summary
Added IDE-specific keyboard shortcuts for inline chat activation and updated section title from 'workspace context' to 'context to the chat'
Security assessment
Changes are usability improvements for feature accessibility across different IDEs. No security-related content added or modified.
Diff
diff --git a/amazonq/latest/qdeveloper-ug/q-in-IDE-inline-chat.md b/amazonq/latest/qdeveloper-ug/q-in-IDE-inline-chat.md index 41286abbc..a2bd096e2 100644 --- a//amazonq/latest/qdeveloper-ug/q-in-IDE-inline-chat.md +++ b//amazonq/latest/qdeveloper-ug/q-in-IDE-inline-chat.md @@ -21 +21,9 @@ An inline chat session unfolds as follows. - 1. You highlight the code that you want suggestions for and press `⌘+I` (Mac) or Ctrl+I (Windows). Alternatively, you can right-click the selection and choose **Amazon Q** , **Inline chat**. This launches a small input screen at the top of the main coding window where you can enter a question like, `Fix this code`. + 1. You highlight the code that you want suggestions for, and then choose from the following options based on your IDE: + + * In Visual Studio Code and JetBrains, press `⌘+I` (Mac) or `Ctrl+I` (Windows) + + * In Eclipse, press `⌘+Shift+I` (Mac) or `Ctrl+Shift+I` (Windows) + + * Alternatively, you can right-click the selection and choose **Amazon Q** and then **Inline chat** + +This launches a small input screen at the top of the main coding window where you can enter a prompt, such as `Fix this code`. @@ -61 +69 @@ Explaining and updating code -Adding workspace context +Adding context to the chat