You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to request a feature enhancement for the Theia AI chat integration to align it with Visual Studio Code on macOS. Currently, the default keybinding to open the AI chat window is set to ⌘+⌥+I.
However, this conflicts with the browser's default Dev Tools keybinding, which is ⌘+⌥+I.
open_dev_tools_in_theia.mov
To improve the user and developer experience, I propose that the keybinding for opening the AI chat window be aligned with the default VS Code bindings. This would allow users to utilize the ⌘+⇧+I combination for the AI chat. This would prevent the overriding of the Dev Tools access and make it easier for devs to switch between tools seamlessly.
I do not know what the keybindings for VS Code Copilot are on Windows and Linux, but the dev-ex could be improved on macOS. Related: #12693.
Thank you!
The text was updated successfully, but these errors were encountered:
On macOS, assign Control+Command+I keybinding and on other platoforms
Control+Alternate+I to align with VS Code on Mac and not clash with
Chrome devtools on all platforms.
Fixeseclipse-theia#14814
Signed-off-by: Christian W. Damus <[email protected]>
cdamus
added a commit
to cdamus/theia
that referenced
this issue
Feb 5, 2025
On macOS, assign Control+Command+I keybinding and on other platforms
Control+Alternate+I to align with VS Code on Mac and not clash with
Chrome devtools on all platforms.
Fixeseclipse-theia#14814
Signed-off-by: Christian W. Damus <[email protected]>
On macOS, assign Control+Command+I keybinding and on other platforms
Control+Alternate+I to align with VS Code on Mac and not clash with
Chrome devtools on all platforms.
Fixes#14814
Signed-off-by: Christian W. Damus <[email protected]>
Feature Description:
I would like to request a feature enhancement for the Theia AI chat integration to align it with Visual Studio Code on macOS. Currently, the default keybinding to open the AI chat window is set to ⌘+⌥+I.
theia/packages/ai-chat-ui/src/browser/ai-chat-ui-contribution.ts
Line 55 in 424c048
However, this conflicts with the browser's default Dev Tools keybinding, which is ⌘+⌥+I.
open_dev_tools_in_theia.mov
To improve the user and developer experience, I propose that the keybinding for opening the AI chat window be aligned with the default VS Code bindings. This would allow users to utilize the ⌘+⇧+I combination for the AI chat. This would prevent the overriding of the Dev Tools access and make it easier for devs to switch between tools seamlessly.
I do not know what the keybindings for VS Code Copilot are on Windows and Linux, but the dev-ex could be improved on macOS. Related: #12693.
Thank you!
The text was updated successfully, but these errors were encountered: