1
edit
Changes
→Moving and copying Java elements
===Moving and copying Java elements===
# Moving Java elements can be done in various ways such as:
* Right clicking the Java element, selecting Refactor->Move
* Simply dragging and dropping the Java element
* Selecting Refactor in the top menu and then selecting move
# You then choose the new destination of the file you are attempting to move/copy (you can also create a new location/folder if need be)
# Finish by selecting ok
# Copying and pasting is as simple as highlighting the desired text, hitting ctrl+c then pasting by pressing ctrl+v
===Navigate to a Java element's declaration===
===Viewing the type Hierarchy===