Code::Blocks Forums

User forums => Help => Topic started by: Ilman on April 14, 2016, 01:02:40 pm

Title: AutoComplete doesn't work on single C++ files in Code::Blocks 16.01
Post by: Ilman on April 14, 2016, 01:02:40 pm
Hey, all. First post here, so let me preface this issue:
I am a competitive programmer, which means that I often use Code::Blocks for its ability to create, edit and compile single, separate files fast(no projects). I've been using it for several years now and the auto-complete has always worked wonderfully out-of-the-box up until I updated to 16.01.
Now, whenever I write something(e.g. "std::", "#include <bits/") there won't be anything popping up. Occasionally a message shows up saying "The parser is still parsing files"...

I am fairly certain that either some setting has been changed in this version or it is a bug, which I would really like to be resolved, since it bogs down both my speed and my accuracy while coding.
All help appreciated.  :D
Title: Re: AutoComplete doesn't work on single C++ files in Code::Blocks 16.01
Post by: raynebc on April 14, 2016, 07:18:59 pm
Does it happen to work if you do create a project for your single source file?
Title: Re: AutoComplete doesn't work on single C++ files in Code::Blocks 16.01
Post by: Ilman on April 15, 2016, 04:34:44 pm
Does it happen to work if you do create a project for your single source file?

Interesting thing is that it doesn't, but creating a project takes up precious time while competing. I need the autocomplete to work fine on single files...