Code completion for namespace alias
Posted: Wed Mar 03, 2010 9:50 pm
Hi all,
It seems that code completion doesn't work for namespace alias.
For example, when i make an alias to namespace boost::filesystem:
NB.
- I am using CodeLite 2.3.0.3833.
- The project compiles without errors.
- I included BOOST_HOME/include to parser search path.
is there a way to fix the problem?
Thanks.
Sami
It seems that code completion doesn't work for namespace alias.
For example, when i make an alias to namespace boost::filesystem:
Code: Select all
#include "boost/filesystem.hpp"
namespace bf = boost::filesystm;
bf:: //no completion
- I am using CodeLite 2.3.0.3833.
- The project compiles without errors.
- I included BOOST_HOME/include to parser search path.
is there a way to fix the problem?
Thanks.
Sami