Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I turn off auto-complete for Code::Blocks

Tags:

c++

codeblocks

As I am typing in Code::Blocks, I would prefer to type code directly without having the editor insert closing parentheses and brackets.

I chose the disable code-completion in Settings > Editor > Code Completion, but this feature does not disable auto complete features with closing characters.

What is the right setting for turning off this feature in Code::Blocks?

(Be aware this could happen to you by the pronoun censors: https://www.theregister.co.uk/2019/10/08/stack_overflow_apology/)

like image 713
yellowjacket05 Avatar asked Dec 12 '22 06:12

yellowjacket05


2 Answers

"Settings -> Editor... -> General settings -> Indent options -> Brace completion"

like image 138
Claudiordgz Avatar answered Dec 23 '22 17:12

Claudiordgz


I got it,How to disable the auto brace and etc.....Tools>Editor option>Completion....you will find two tabs under the main tab Code completion and Symbol completion....Disable both tick marks of it and free to write coding....

like image 31
PM1235 Avatar answered Dec 23 '22 17:12

PM1235