Author Topic: How functional is Codeblocks intellisense/autocomplete?  (Read 5364 times)

Offline Turbine

  • Single posting newcomer
  • *
  • Posts: 6
How functional is Codeblocks intellisense/autocomplete?
« 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. :)
« Last Edit: October 17, 2017, 04:47:30 am by Turbine »

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: How functional is Codeblocks intellisense/autocomplete?
« Reply #1 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.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]