Author Topic: Code::Blocks Comments?  (Read 3558 times)

Offline saloomi2012

  • Single posting newcomer
  • *
  • Posts: 3
Code::Blocks Comments?
« on: March 10, 2014, 02:59:25 am »
So I came from Visual Studio and I am used to hovering over a function from a library to see the comments above or below it (which are most of the time, documentations of the function) which was MUCH easier than having to switch to the browser. I can't seem to find this feature in Code::Blocks, so if by any chance does this feature exist? If yes please tell me how to set it up. If not, is there a plugin for it? If yes, please tell me the plugin name

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: Code::Blocks Comments?
« Reply #1 on: March 10, 2014, 07:19:45 am »
CodeCompletion. For the docs you need a recent version of C::B - you didn't state any version/platform information, unfortunately.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline saloomi2012

  • Single posting newcomer
  • *
  • Posts: 3
Re: Code::Blocks Comments?
« Reply #2 on: March 10, 2014, 10:18:33 pm »
CodeCompletion. For the docs you need a recent version of C::B - you didn't state any version/platform information, unfortunately.
Code::Blocks 13.12 with MingW
Windows 8 64-Bit
« Last Edit: March 10, 2014, 11:40:21 pm by saloomi2012 »