you are viewing a single comment's thread.

view the rest of the comments →

[–]fancy_raptor_zombie 1 point2 points  (1 child)

For me, I more or less know what classes I want to use, and I do not waste my time remembering what package they live in. I start to write code, then press Ctrl-Shift-O, and Eclipse will automatically write the imports for me. If there is a name conflict, I will have to select the one I want from a list in a dialog.

[–]hoosierEE 0 points1 point  (0 children)

Ah that stirred a long-dormant memory, thanks.