Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Package oracle.javatools.editor.insight

The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features.

See: Description

Package oracle.javatools.editor.insight Description

The Code Insight package is a subset of the Editor package, and is the starting base for a code insight implementation to provide the user with code assistance features. This base is language-independent, and contains two separate assistance type implementations.

The first insight assistance implementation is a completion list implementation that helps the user to "complete" parts of their code. The second implementation is a parameter or tooltip implementation that displays "hints" to the user while they are coding.

For more information on what is provided by this framework, and what needs to be implemented by your own language-specific implementation, refer to the Insight interface, and AbstractInsight class as starting points.

Skip navigation links
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
12c (12.2.1.3.0)

E80094-01

Copyright © 1997, 2017, Oracle. All rights reserved.