Eclipse Organize Imports Shortcut (Ctrl+Shift+O) is not working

Viewed 38294

Eclipse used to import missing packages when I press Ctrl+Shift+O.

The shortcut key has stopped working when used in Java files but the same shortcut is working in Python files (importing missing packages).

Any thoughts on how to fix the issue.

Below are couple of snapshots for your reference.

Keys Binding

Organize Imports in Source

6 Answers

Window -> Preferences -> General -> Keys

Click on Binding to sort by Binding then scroll and find Ctrl+Shift+O

If several Organized imports are present edit one bind and choose WHEN: EDITING JAVA SOURCE.

Remove( UNBIND COMMAND) for other existing bindings.

Restart Eclipse Image

Above shortcut resulted in GPU details being popped up on my screen. SO it was bound to some other app which was overriding it. What worked for me is -> check.

You need to go to Gaming > Global Settings > Performance Monitoring > Toggle Performance Logging Hotkey

You will see this is bound to Ctrl + Shift + O (so the shortcut is used - just buried).

To remove the shortcut (not an obvious process at all!) you need to click the Toggle Performance Logging Hotkey button, it will then ask to enter your hotkey, you then press delete - that is Del (not backspace, not esc or anything else - the Del key).

i did all but not worked so i checked the AMD forum (https://community.amd.com/thread/227221) and found out my solution which is; "Now I find that all I need to do is to go to Radeon Settings -> Preferences and uncheck the Show Overlay box."

Related