CodeInsight Display Options dialog box

Use the CodeInsight Display Options dialog box to configure how CodeInsight displays.

To open the CodeInsight Display page, click the Display Options button on the CodeInsight page of the Editor Options dialog box (Tools|Editor Options). Click the tab for the CodeInsight feature you want to configure: MemberInsight and ParameterInsight. Note that the options depend on what feature you select.

MemberInsight page

This CodeInsight feature displays the list of accessible methods and data members for the current context. Display options are as follows.

Show entry types as icons

Displays the type of accessible data member as an icon.

Use strike-through for deprecated members

Strikes through data members or methods that have been deprecated. Note that deprecated members appear only if the the Include Deprecated Members checkbox has been selected on the Tools|Editor Options|CodeInsight page.

Use Custom Font And Colors

Allows you to set custom font and colors for the display.

Font

The font in which to display entries in the MemberInsight window. Click the arrow to select from the list of alternatives.

Size

The text point size. Click the arrow to select from the list of alternatives.

Foreground

The color of the text. Click the arrow to select from the list of alternatives.

Selected Foreground

The color of the text of the selected entry in the MemberInsight window.

Background

The color of the background. Click the arrow to select from the list of alternatives.

Selected Background

The color of the background of the selected entry in the MemberInsight window.

Sample

Displays a sample of MemberInsight using the selected settings.

ParameterInsight page

This CodeInsight feature displays the list of parameters expected for the current method. Display options follow.

Use strike-through for deprecated methods

Strikes through methods that have been deprecated. Note that deprecated methods appear only if the the Include Deprecated Methods checkbox has been selected on the Tools|Editor Options|CodeInsight page.

Use Custom Font And Colors

Allows you to set custom font and colors for the display. Checking this option makes the options below available.

Font

The font in which to display entries in the ParameterInsight window. Click the arrow to select from the list of alternatives.

Size

The text point size. Click the arrow to select from the list of alternatives.

Foreground

The color of the text. Click the arrow to select from the list of alternatives.

Background

The color of the background. Click the arrow to select from the list of alternatives.

Sample

Displays a sample of ParameterInsight using the selected settings.