From: Ashton K on
Lucius Sanctimonious <concordate(a)gmail.com> wrote:
> On Mar 5, 2:04 pm, Ramon F Herrera <ra...(a)conexus.net> wrote:
>> I do most of my server-based coding using vi and Linux.
>>
>> I could use a CLI-based tool that takes a C or C++ file and displays
>> all the function names in it, with signatures.
>>
>> TIA,
>>
>> -RFH
>
> Hmm, after doing some research, I should probably switch to an IDE,
> such as Eclipse or Netbeans with their respective C/C++ plugins...
>
> -Ramon
>

I don't want to poison you against any particular way ahead of time,
but I've mixed experiences with IDEs. I found that they're really
only worthwhile in huge projects, often involving multiple people.
I do the vast majority of my work in emacs directly.

--Ashton