I have written the word
Preferences
and after that word, standing with the cursor after the s
, I pressed ctrl+space.
What I expect is that an import should be added, namely
import java.util.prefs.Preferences;
The actual outcome is that nothing happens.
Why?