3

I've been using Eclipse for C++ and Java for a couple of years. I have a feeling that I'm not taking full advantage of its capabilities. I see things on the menu like "Refactor" and "Navigate" which I don't have any idea what they are or how could they be used and I really want to use it more efficiently. I need a linear easy-to-understand guide on how to use it in plain english. Does anyone have any recommendations?

Guido Tarsia
  • 1,962
  • 4
  • 27
  • 45
  • Please, be more precise, what you want to know. The sheer number of built-in refactoring and navigation options makes it improbable that someone will provide a full list. – Zoltán Ujhelyi Jun 14 '11 at 07:54

2 Answers2

3

Welcoming you to the world of eclipse.

Please take a look at the following similar question which has had some interesting answers.

Eclipse guide for beginners

Community
  • 1
  • 1
bhagyas
  • 3,050
  • 1
  • 23
  • 21
2

My recommendation would be to check out the official help system, if you haven't done that already. You'll find the information you're looking for there.

The "Workbench User Guide" in there might interest you the most, as well as "Java development user guide" and "C/C++ Development User Guide". You can also use the systems built-in search capabilities to search for any particular topic that interests you.

Sandman
  • 9,610
  • 8
  • 36
  • 41