After Upgrade to Mac OS Big Sur, ctrl + space content assist stop working.
Reinstalling STS has no Effect.
The properties of Content Assist are defined propertly.
I don't have the latest beta of macOS Big Sur installed yet, so I need to find a way to get that version somewhere without installing it on my main work machine. Independent of that, do you see any related error message coming up in the Error Log view maybe? And what happens to a plain Eclipse 2020-06 install? Does the regular content-assist in the Java editor works when running on macOS Big Sur?
Got a macOS Big Sur machine setup and can confirm that the keyboard shortcut for content-assist is not working by default. The reason for that is that the OS itself captures that keyboard shortcut (Ctrl + Space) for switching input sources. You can go to the System Preferences -> Keyboard -> Shortcuts -> Input Sources and disable both shortcuts in there. This will make your Eclipse content-assist shortcuts work again.
@martinlippert thank you a lot, I've searched a lot and i couldn't found an appropriated answer. it works隆隆隆
ty man, save my life
Most helpful comment
Got a macOS Big Sur machine setup and can confirm that the keyboard shortcut for content-assist is not working by default. The reason for that is that the OS itself captures that keyboard shortcut (Ctrl + Space) for switching input sources. You can go to the System Preferences -> Keyboard -> Shortcuts -> Input Sources and disable both shortcuts in there. This will make your Eclipse content-assist shortcuts work again.