Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Turbine on October 17, 2017, 04:30:55 am

Title: How functional is Codeblocks intellisense/autocomplete?
Post by: Turbine on October 17, 2017, 04:30:55 am
Hi, as a long time user of Codeblocks -  I've gotten used to this feature never working or working well.

Does Codeblocks in 2017, now have working intellisense/autocomplete? And does it use the external Clang parser for better results.

I suppose what I'm asking is - If I had a large project containing both internal and external libraries, would it be able to provide feedback, or will entries still be missing.

Thank you. :)
Title: Re: How functional is Codeblocks intellisense/autocomplete?
Post by: oBFusCATed on October 17, 2017, 09:10:07 am
If you use c++11 features then it won't work very well.
I'm using it for a large project which is not yet relying on c++11 and cc works sort of OK.

And no it doesn't use clang. But there is an external plugin which do use clang.