This topic describes common tasks within the Source Editor for navigating within your code and browsing source and Javadoc documentation.
To perform this task | Follow these steps |
---|---|
Go to the Java source for the identifier the insertion point is on. |
|
Go to a Java file, JSP file, or tag file via hyperlinks. |
Hold down the Ctrl key and, at the same time, move your mouse over and click one of:
|
Jump to the declaration for the Java method or field the insertion point is on. |
|
Go to a Java class. |
|
Display Javadoc documentation for the entity that the insertion point is on. |
|
Display Javadoc documentation for the method that corresponds to the method signature that you are using in your code. |
|
Go to a specific method or field in the currently displayed Java class. |
|
Switch Source Editor tabs |
|
Jump back and forth among areas of code in which you have been working. |
|
Bookmark a line of code. |
|
To go to a specific line number. |
|
Select the Projects window node for the current file in the Source Editor. |
|