简体   繁体   中英

Delphi 7 turn on auto complete

I'm a new be in Delphi . I use Delphi 7 IDE . How I can turn on the auto complete when I write the code in Delphi 7 IDE ?

Thanks

In the menus select Tools | Editor Options. Select the Code Insight page. Make sure that Code completion is checked.

在此输入图像描述

You can invoke it from the keyboard with CTRL+space.

Note : This is all from Delphi 6 but Delphi 7 is pretty much the same as I recall.

It should be default. You can try to force it using ctrl-space. Note that it doesn't always work if your code above contains errors (most notably in the block structure), or in debug mode.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM