Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to learn use your IDE effectively? [closed]

Tags:

eclipse

ide

I've developed in IntelliJ IDEA for several years. And I've never seriously used NetBeans or Eclipse.

But now I have to work in Eclipse and I want to be able to use at least part of its power as soon as possible.

So, the question can be divided into 2 parts.

1) More general question: how to learn new IDE in a short time?

2) Are there any extremely good Eclipse tutorials? Like '30 things Eclipse developer must know' or something similar.

like image 635
Roman Avatar asked Feb 15 '10 15:02

Roman


1 Answers

Just start using it. Each time you run into a task that you know how to do in your old IDE, figure out how to do that one task - say, by hunting through the menus, Googling, or posting on SO - and then keep going.

like image 180
Matt Ball Avatar answered Oct 02 '22 13:10

Matt Ball