After installing the most recent update to STS 3.9.0, my Ctrl+Shift+O keyboard to Organize Imports is no longer working. The key shortcut exists in Preferences->General->Keys ("Keys" preferences) but is missing in the Source menu ("Source" menu).
Asked
Active
Viewed 1.4k times
2 Answers
54
This is a bug. You can workaround it by fixing the Eclipse shortcut keys preferences.
From the bug report:
here is how you can fix that issue:
Go to the Preferences -> General -> Keys press Filters... and de-select Filter uncategorized commands. Look for the command "Go To Symbol in File" and select that, press unbind and Apply and Close

codependent
- 23,193
- 31
- 166
- 308

Kris
- 3,898
- 1
- 23
- 32
-
1After following above steps, the bug doesn't come back. Works fine. – Milan Pandey Jul 28 '17 at 08:40
24
Another way to fix this that survives STS restarts is to go: Preferences -> General -> Keys and change the "When" value to 'Editing Java Source'.

Javier Z.
- 784
- 4
- 10