I'm new using Code::Blocks (I'm using it under Ubuntu 16) and I'm experiencing a rare problem.
When using namespaces like:
using namespace std;
code completion doesn't show anything.
Example:
stri
-> Here should show something and it doesn't
but if I do
std::str
-> then it works
I'm using version 16.01 of Code::Blocks.
Does anyone know how to fix this?