简体   繁体   中英

CodeBlocks Autocompletion for Local Variables

I am using Code::Blocks 12.11 on Windows 8.

I have created a new CPP file and declared a class inside it. The main function is also located in this CPP file.

Now, while I do get auto-completion option for built-int items, such as include , but I don't get auto-completion for local variables.

How can I enable this?

Looks like this is a known issue with CodeBlocks. The solution lies in answers to questions elsewhere .

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