Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: buzz_lightzyear on February 14, 2018, 12:52:57 pm

Title: Automatic syntax check in Code::Blocks
Post by: buzz_lightzyear on February 14, 2018, 12:52:57 pm
Hi there!

I have downloaded Code::Blocks and I like it very much. I have also installed some plugins - very nice. But I am missing one feature: The automatic syntax check like in CLion or Eclipse: When I want to call a function named testFunction() and I write tesFtunction() I want that this wrong spelled function is underlined.

Via Google I have only found some old stuff (~2012) about this... is there any plugin available right now?

Thx & YS,
buzzzzz
Title: Re: Automatic syntax check in Code::Blocks
Post by: oBFusCATed on February 14, 2018, 01:14:43 pm
Not possible at the moment.
Title: Re: Automatic syntax check in Code::Blocks
Post by: buzz_lightzyear on February 14, 2018, 01:21:46 pm
Oh no...  :( :( :( :'(
Title: Re: Automatic syntax check in Code::Blocks
Post by: BlueHazzard on February 14, 2018, 02:24:33 pm
There is the clang plugin, but it si quite difficult to install: https://github.com/yvesdm3000/ClangLib
Title: Re: Automatic syntax check in Code::Blocks
Post by: woocom on February 15, 2018, 08:55:48 pm
Hi.
I would also like to use such a feature in codeblocks. Maby someone who know better c++ and wxWidgets will tray to create automatic syntax check plugin. It would be greate.