Open on type

This command opens a Java type in an editor based on content in the console.
There are two ways this can happen:

  1. If there is an explicit selection in the console, the selected text is parsed for a type name.
  2. If there is no selection, but the cursor is placed on a line of output in the console, the entire line is parsed for a type name.
Example:

 
 Copyright IBM Corporation 2000, 2002. All Rights Reserved.