In Visual Studio, if I’m trying to use a class I have the definition for (but haven’t imported into my existing file), I can press Ctrl + . and I’ll see a little popup asking me which of these imported classes with the same name I want to import.
What’s the equivalent of this in Eclipse?
Organize Imports: Shift+Ctrl+O for all or Ctrl+1 > Import… on a single line.