1. Reading CodeΒΆ
This is what developers do every time.
- They read the code.
- Read the lines of code others have written.
- Other developer’s code for code maintenance.
- The API Signatures / Function prototypes
- The values of constants.
- They read the same code written just few minutes back.
This is how an opened file, example.c would look in Eclipse.
These are the topics discussed in further detail:
- 1.1. Line Numbers
- 1.2. Code Folding
- 1.3. Outline View
- 1.4. Quick Outline
- 1.5. Mark Occurrences
- 1.6. Quick Preview
- 1.7. Macro Expansion
- 1.8. Jumping within the file
- 1.9. Jumping to declaration/definition
- 1.10. Jumping across files
- 1.11. Searching / Finding
- 1.12. Call Hierarchy
- 1.13. Include browser
- 1.14. Type Hierarchy
- 1.15. Bookmarks
- 1.16. Code Formatting
Buy eBook
