CodeInsight Display Options
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.
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
Configures how CodeInsight displays the list of accessible methods and data members for the current context.
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.
Font and colors
- 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.
- Size
- The text point size.
- Foreground
- The color of the text.
- Background
- The color of the background.
- Selected foreground
- The color of the text for the selected entry in the MemberInsight window.
- Selected background
- The color of the background for the selected entry in the MemberInsight window.
Sample
Displays a sample of MemberInsight using the selected settings.
ParameterInsight
CodeInsight displays the list of parameters expected for the current method.
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.
Font and colors
- Use custom font and colors
- Allows you to set custom font and colors for the display.
- Font
- The font in which to display the entries in the Parameter List window.
- Size
- The text point size.
- Foreground
- The color of the text.
- Background
- The color of the background.
Sample
Displays a sample of ParameterInsight using the selected settings.