Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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)...
share|improve this question

1 Answer

up vote 3 down vote accepted

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...

share|improve this answer
Ok, so unfortunately it is not possible :( – romaintaz Feb 5 '09 at 15:51
1  
...it seems to be somewhat possible. See the comment to my answer here: 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 Kock Feb 20 '09 at 18:12

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.