Skip to content

IOTACodeInsightUIOverride

chuacw edited this page Feb 7, 2023 · 1 revision

Description

Suppose CodeInsightManager is an implementation of IOTACodeInsightManager100.

Then, by implementing this interface, CodeInsightManager is able to tell the IDE when GoToDefinition is valid for any location in a file that is handled by CodeInsightManager.

Hierarchy

Up to Parent: IInterface

Methods

Method Description
EnableGotoDefinition Called when the IDE is determining whether to call goto definition or not. Changing the value of AEnabled will override the default calculations of the IDE.
EnableTooltip Called when the IDE is determining whether to call Tooltip or not. Changing the value of AEnabled will override the default calculations of the IDE.

Properties

Property Description
There are no properties.

Clone this wiki locally