JDeveloper Quick Tour IDE section
  Go to previous topic back | home | next Go to next topic
Select to go to Introduction IDE selected
Design-Time Tools
Window Management
Application Navigator
Code Editor
XML Schema Editor
Database Development
Audit and Metrics Tools
Team Development
Open Source Integration
Select to go to J2EE and Web Services Development Select to go to J2EE Framework Select to go to Next Steps
 

Code Editor

JDeveloper continues to improve coding productivity for hard-core Java programmers. This release provides you with the capability to surround code with common coding constructs (if, for, try catch, etc.), to quickly access Javadoc with popup windows, to highlight syntax and semantic errors independently, and to sort and organize import statements.

Javadoc in Code Editor

 

 

Key features of the Code Editor include:

  • Syntax and semantic error highlighting
Unreported exception in Code Editor    
  • Import assistance

  • Javadoc comment generation

  • Quick Javadoc popup

  • Surround with common code structures (try/catch, if/else, etc.)

  • Generate accessors (getters and setters) directly from the editor or from the Structure window

  • Sort and filter contents

  • Access modifiers depicted in icons

  • Method signature details
  Go to previous topic back | home | next Go to next topic