Turning off auto-completion
- jdarnold
- CodeLite Curious
- Posts: 6
- Joined: Thu Jun 07, 2012 6:16 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Turning off auto-completion
Help! I can't figure out how to turn off autocompletion, which is driving me nuts. I type way too fast for it and so when I type fal... it completes to 'false' but then I get falsese Also, for some reason, if I have a local variable called 'frame' it insists on completing 'fr' with 'friend'. I turned this "feature" on but I can't figure out where it is and how to turn it off!
Jonathan Arnold
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Turning off auto-completion
disable this option from the menu:
Settings -> Tags Settings -> General -> Display and behavior -> Display completion box for language keywords
Eran
Settings -> Tags Settings -> General -> Display and behavior -> Display completion box for language keywords
Eran
Make sure you have read the HOW TO POST thread