Does or can eclipse's C++ autocompletion consider namespace members?

102 views Asked by At

I've noticed that when I type somenamespace::<tab> inside Eclipse [Kepler] in a C++ project it does not show only the namespace members as the first suggestions, instead showing a very long list of possibilities. Is there a way to configure Eclipse to first suggest only the explicit members of that namespace?

0

There are 0 answers