Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is your favorite eclipse plugins for c / c++ development? [closed]

Besides just the CDT what do you find essential for c development using eclipse?

like image 297
JeffV Avatar asked Dec 17 '22 07:12

JeffV


2 Answers

If you're doing development on Linux, then Linux Tools is very useful.

like image 116
JesperE Avatar answered Feb 15 '23 23:02

JesperE


These are my favourite:

  • cppcheck (static code analysis)
  • valgrind (to find memory leaks)
  • google test (to make unit tests very easily)
like image 22
Maria Ines Parnisari Avatar answered Feb 15 '23 23:02

Maria Ines Parnisari