Reading:
Beginners guide to Eclipse IDE
Chapters
Working with Refactoring
The eclipse refactoring provides an option to detecting all dependencies on class being renamed and editing too.
To invoke refractor menu:
- Right clicking on an element in editor and click Refractor.
- Right clicking on an element in Package Explorer view and click Refractor.
- Selecting a element in either Package Explorer or Editor and pressing Shift + Alt + T
The refractor displays all possible changes that are supported on Java element selected.
Click Next to see a preview of the changes. Then click Finish.
Description
This guide is focused on people who want to get started with Eclipse IDE. This guide has several chapters as shown below
- What is Eclipse IDE and How to install Eclipse IDE
- Exploring Windows
- Working with Workspaces
- Create your first Project
- Run Configuration
- How to export projects to Jar Files
- How to Close Project
- Debug Configuration
- Setting Preferences
- CodeAssist
- Quick Fix
- Hover Help
- Navigation
- Refactoring
- Add Bookmarks
- Installing Plugins
- Code Templates
- Shortcuts and Restart Option
- Inbuilt Browser
Please forward your feedback on corrections or if you think a section can be improved.
Audience
Students looking for a quick introduction to Eclipse IDE
Learning Objectives
Learn Eclipse
Author: Subject Coach
Added on: 19th Mar 2015
You must be logged in as Student to ask a Question.
None just yet!