Sie sind auf Seite 1von 2

Compiler - Eclipse Compiler for Java which implements Java Language

Specification

Perspective - different UI view groups depending on projects perspective like


Java/J2EE

View - a particular view in perspective like console/problems views in Java


perspective

Views - Window -> Show View

Perspectives - Window -> Perspective -> Open Perspective

Font size - Window -> Preferences -> General -> Colors and Fonts

Text Editor - Window -> Preferences -> Editors -> Text Editors

Build Path - Similar to classpath which has list of libraries/projects to be used as


dependency to compile a project

Builder - default builder used in eclipse is "Java Builder" (A Class in


Eclipse which uses eclipse proprietary compiler along with Build Path and create class files)

sysout - System.out.println

Format - Ctrl + Shift + F (or) Ctrl + I

Resource Search - Ctrl + Shift + R - Open/Search any file in project

Sorce Code Navigation


------------------------------------------------------------------------------------------------------------------------
-----------------------------------------

TYPE:
-----------------
Type Search - Ctrl + Shift + T - Open or Search Type

Qucik Outline - Ctrl + O (preferred) / package explorer / show in breadcrumb -


Quick Outline of the Type

Type Hierarchy - Ctrl + T (shows - ArrayList extends AbstractList implements List)-


Inheritence Tree

METHOD:
-----------------
Method Definition - F3 - Navigate to a Method Definition

Method Invocations - Ctrl + Shift + G - All method that are invoking a particular
method

Call Hierarchy - Ctrl + Alt + H - Method Call Hierarchy

SEARCH:
-----------------
Search - Ctrl + H (File Search - String Search, Java Search - to search
Java constructs like field or method)

Find/Replace - Ctrl + F

Automatic Source Code Cleaning & Generation


------------------------------------------------------------------------------------------------------------------------
-----------------------------------------

Organize Imports - Ctrl + Shift + O

Format Source - Ctrl + Shift + F

Indent Selection Right - Tab

Indent Selection Left - Shift + Tab

Line Comment/UnComment - Ctrl + /

Block Comment - Ctrl + Shift + /

Block UnComment - Ctrl + Shift + \

Templates - Window -> Preferences -> Java -> Editor -> Templates

Code Refactoring

Das könnte Ihnen auch gefallen