From owner-freebsd-questions Wed Jun 5 13:20:40 2002 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 7204537B401 for ; Wed, 5 Jun 2002 13:20:35 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by cactus.fi.uba.ar (8.11.6/8.11.6) with ESMTP id g55KIEE90022; Wed, 5 Jun 2002 17:18:14 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Wed, 5 Jun 2002 17:18:14 -0300 (ART) From: Fernando Gleiser X-X-Sender: To: Xeon Cc: FreeBSD Questions Subject: Re: Development environment In-Reply-To: <20020605220812.3bb5209c.xeon@gmx.ch> Message-ID: <20020605171240.M82269-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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