Date: Wed, 5 Jun 2002 17:18:14 -0300 (ART) From: Fernando Gleiser <fgleiser@cactus.fi.uba.ar> To: Xeon <xeon@gmx.ch> Cc: FreeBSD Questions <freebsd-questions@FreeBSD.ORG> Subject: Re: Development environment Message-ID: <20020605171240.M82269-100000@localhost> In-Reply-To: <20020605220812.3bb5209c.xeon@gmx.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 5 Jun 2002, Xeon wrote: > hello > > what Development environments are you using? I'd like to have something > with some more features than vim has... perhaps a view of the diffrent > classes, methods and so on in a project, automated text-completition and > such nice things. I know you'll hate me for writing this, but I like the > style of M$ Visual C++. is there something which comes close? > thx for your help! cd /usr/port/devel; make search key=ide You'll get a nice list of what IDEs are available. Don't use any, I prefer vim on one xterm, make on another one and ddd as a debugger. Some of the features you ask for (text completion) are available in vim and the display of classes and attributes is available in ddd. I like to use the same tools regardless of the language I am programing in. Hope this helps. Fer > > mfg > C. Mathys > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020605171240.M82269-100000>