IDE Insight has stopped working

At some point, my IDE Insight function stopped working. I checked both versions of XE5 and XE6 that I have on my system and none of them work, so it should be ecological.

When I click on a menu item, nothing appears. No error is indicated, there is simply no Insert IDE screen. The same results occur when using the shortcut.

I am running Windows 7, Delphi Professional XE5 and XE6.

Does anyone know how to fix this?

+7
delphi delphi-xe6 delphi-xe5
source share
1 answer

The IDE Insight window has been removed in XE5. Instead, there is an editing window at the top right of the screen ( Ctrl + . Gives it focus), to which you enter text, and you will get a drop-down list of commands for choosing from the answer.

This is described in What's New in Delphi and C ++ Builder XE5 .

+11
source share

All Articles