views:

547

answers:

1

I know some (crazy) people want to move from IntelliJ to Eclipse. On my side, I am moving the "normal way", i.e. from Eclipse 3.3 to IntelliJ 8.0.1

I really like it, but I am a little lost sometimes.

Do you know any specific IntelliJ guide or tutorial created specifically for Eclipse users?

For example, after some tests, I missed some options usefull on Eclipse (I don't say they don't exist in IntelliJ, I just say that I didn't find them !):

  • Automatic insert at the correct position of the ';' character
  • Actions made on save (format, reorganize and clean imports)...
+2  A: 

For automatically inserting ';' at the correct position (as well as braces) the last time I've looked (probably Idea 6, maybe 7) it didn't exist. My colleagues always wonder why I insert ';' in stupid places when I'm pairing with them. I told them to notify me when this feature becomes available in Idea, but until now they didn't.

There's the two topmost related questions (see right column) covering "Things possible in A that aren't possible in B" for both directions - you might find ideas there as well as in the comments to the answers where people tell you what to alternatively do.

Edit (maybe this is better here than in the comments);

...it seems to be somewhat possible. See the comment to my answer to the related question: . One could argue that CTRL-SHIFT-ENTER is less intuitive than ';', but in Idea you get used to type a lot more of such shortcuts than in eclipse... This comes closest to the functionality you asked for. Hope it helps...

Olaf
Ok, so unfortunately it is not possible :(
romaintaz
...it seems to be *somewhat* possible. See the comment to my answer here: http://stackoverflow.com/questions/461255#answer-462506. One could argue that CTRL-SHIFT-ENTER is less intuitive than ';', but in Idea you get used to type a lot more of such shortcuts than in eclipse... Hope it helps...
Olaf