Page 1 of 1

how to disable code completion?

Posted: Sat Apr 21, 2018 10:49 pm
by DaveHarper
I realize this may border on the heretical, but is there any way to disable this feature? I'm a touch typist and I already know what I'm trying to type so I'm watching the screen. However, most of the time what I'm trying to type is being covered up by the code completion windows. This is slowing me down so much that I've had to resort to using an external editor. I've tried removing the path in PHP->Code Completion, disabling the word completion plugin and turning off the Smart Completions plugin. Nothing seems to completely turn off these "helpful popups". Is there any way to accomplish this?

Dave

Re: how to disable code completion?

Posted: Wed Apr 25, 2018 10:14 am
by eranif
Which version of CodeLite? OS? and which language?
Thanks!

PS: You can't do this in general, however, you can reduce the number of popups by disabling the option: "Settings->Code Completions->Triggering->Auto display code completion box ..."
Will this option disabled, code completion will only appear when you type "->" or "."

Re: how to disable code completion?

Posted: Wed Apr 25, 2018 1:26 pm
by DaveHarper
Sorry - I should have mentioned that - the CodeLite version is 12.0.0, the OS is Linux Mint and the language is C/C++. I just tried your suggestion and it looks like it covers the cases I tried. I do use structs a lot so the "->" and "." cases will occur, but I can live with that. Thanks for the pointer!

Dave