Homepage, Blog > Articles >

Eclipse Usage Tips

Introduction

This article lists tips for using Eclipse. It oviously is not exhaustive, but instead limited to things that I find the most useful and/or use most often.

Nomenclature

Navigate

Display Information

Improve Editors and Well-Known Views

Source Code Generation

Explore the Source menu:

Content Assist

Invoke content assist via the Edit menu or via CTRL-SPACE (ALT-SPACE on a Mac). It works in suprisingly many situations

Quick Fix

Invoke via Edit menu or via CTRL-1. For keyboard navigation, you can use "jump to next annotation" (see below) to go to the next error message and then quick fix the problem.

Keyboard Navigation

Refactoring

Standard Java

Document History


2006-05-14, Axel Rauschmayer