On Thu, 20 Aug 1998, [EMAIL PROTECTED] wrote:
> I also am looking for a good IDE, but I mainly want something that will NICELY
> display the function headers and you can click on those headers and be taken
> there in code. I know that vi/vim can sort of do this but I'd like a better
> editor too. Any suggestions?

Having used MSVC++ for two years at work, as well as various text-based
IDEs (Borland C, QuickC) in the past, I've found that nothing beats vim +
Makefiles + ctags + grep + bash, but only if you make use of their more
powerful features.

If you're looking for a VC++-type environment, check out Visual Slickedit:

http://www.slickedit.com/

They've got an evaluation version you can download.  The full version is
like $175.  No, it's not free, but neither is MSVC++.

Adam

Reply via email to