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
Commit f2bb264 introduced a new keyboard shortcut (Ctrl + o / ⌘ + o) for the "Open Prediction" action. This conflicts with the default PHPStorm shortcut for "Go to Class," which is frequently used by developers. This conflict makes it inconvenient to use both functionalities efficiently.
This change was not documented and did not go through a pull request, making it difficult to notice why the shortcut suddenly stopped working.
Steps to reproduce
Open PHPStorm with Code GPT plugin enabled and default shortcuts
Press ctrl + o (on Windows/Linux) or ⌘ + o (on macOS).
Expected Behavior:
The "Go to Class" dialog should appear, allowing the user to navigate to a class.
Actual Behavior:
Nothing happens
Workaround:
Users can manually reassign the keyboard shortcut for either action in the PHPStorm settings to resolve the conflict.
Suggested Solution:
Consider changing the keyboard shortcut for the "Open Prediction" action to avoid conflicts with commonly used default shortcuts in PHPStorm.
CodeGPT version
2.15.2
Operating System
macOS
The text was updated successfully, but these errors were encountered:
What happened?
Commit f2bb264 introduced a new keyboard shortcut (
Ctrl + o
/⌘ + o
) for the "Open Prediction" action. This conflicts with the default PHPStorm shortcut for "Go to Class," which is frequently used by developers. This conflict makes it inconvenient to use both functionalities efficiently.This change was not documented and did not go through a pull request, making it difficult to notice why the shortcut suddenly stopped working.
Steps to reproduce
ctrl + o
(on Windows/Linux) or⌘ + o
(on macOS).Expected Behavior:
The "Go to Class" dialog should appear, allowing the user to navigate to a class.
Actual Behavior:
Nothing happens
Workaround:
Users can manually reassign the keyboard shortcut for either action in the PHPStorm settings to resolve the conflict.
Suggested Solution:
Consider changing the keyboard shortcut for the "Open Prediction" action to avoid conflicts with commonly used default shortcuts in PHPStorm.
CodeGPT version
2.15.2
Operating System
macOS
The text was updated successfully, but these errors were encountered: