Author Topic: Automatic syntax check in Code::Blocks  (Read 3340 times)

Offline buzz_lightzyear

  • Single posting newcomer
  • *
  • Posts: 8
Automatic syntax check in Code::Blocks
« 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

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Automatic syntax check in Code::Blocks
« Reply #1 on: February 14, 2018, 01:14:43 pm »
Not possible at the moment.
(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!]

Offline buzz_lightzyear

  • Single posting newcomer
  • *
  • Posts: 8
Re: Automatic syntax check in Code::Blocks
« Reply #2 on: February 14, 2018, 01:21:46 pm »
Oh no...  :( :( :( :'(

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: Automatic syntax check in Code::Blocks
« Reply #3 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

woocom

  • Guest
Re: Automatic syntax check in Code::Blocks
« Reply #4 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.