Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Nothing's stopping you from using Eclipse CDT... There's also <a href="http://anjuta.sourceforge.net/" rel="nofollow noreferrer">Anjuta DevStudio</a> written for the Gnome desktop environment, and it works pretty well with C/C++ projects. <a href="http://monodevelop.com/" rel="nofollow noreferrer">MonoDevelop</a> is popular among the Gnome/.NET crowd. <a href="http://www.kdevelop.org/" rel="nofollow noreferrer">KDevelop</a> is the only IDE I've ever liked using -- it integrates well with absolutely everything under the sun. (It's useful even for non-KDE stuff.)</p> <p>If you just want stuff like "<em>Go to definition</em>" etc., Vim and Emacs have that too, with help from ctags.</p> <p>Personally, I normally use <a href="http://www.vim.org/" rel="nofollow noreferrer">Vim</a>+<a href="http://ctags.sourceforge.net/" rel="nofollow noreferrer">ctags</a> and <a href="http://petdance.com/ack/" rel="nofollow noreferrer">ack</a> as a super-grep. On a larger project, it's often worthwhile to run <a href="http://www.doxygen.org/" rel="nofollow noreferrer">Doxygen</a> -- it's a documentation generator, but even without those special documentation comments, it'll give you a convenient overview of your classes and function call graphs. Then again, I'm in the "just deal with it" camp; it just takes some time and effort to load the whole structure of a project into your brain, and then you're good to go.</p> <p>If you want to contribute to EoG, but still haven't got a good workflow, go ask its developers what they use :)</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload