auto importing classes

When I use a class thats not imported, Intellij intelligently tells me that I need a certain class through a tiny box.

But how the heck do I actually import the class?

It's driving me crazy! I can't click on it. Nothing happesn.

I am using 7.04

Thanks / Moe

0
Avatar
Permanently deleted user

Moe,

You can accept these "suggestions" by typing ALT+<Enter>.


Randall Schulz

0
Avatar
Permanently deleted user

Thanks.. That was the correct answer

0
Avatar
Permanently deleted user

You may also be interested in the Add unambigous imports on the fly option:

File->Settings->Code Sytle->Imports->Add unambigous imports on the fly checkbox

In general alt-enter is your friend when using intelliJ. It is basiclaly the Intention completion keystroke. If you use the right arrow on the intention popup you get more options. The most helpful being the ability to fix all the problems found by that particular intention.

0

请先登录再写评论。