[try Beta version]
Not logged in

 
what editor to use?

Mar 30, 2009 at 2:51am
Hi guys,
I've been using emacs for a while but didn't figure out how to auto complete a long function name like in Microsoft VC++.
Is there a way to auto complete the typing in emacs?
or more generally, which editor do you recommend? which one do you think is the best to use?

Mar 30, 2009 at 5:49am
what about kdevelop??
Apr 1, 2009 at 6:51am
I use 'vim' editor for two year and never feel any inconvenienced.
Apr 1, 2009 at 7:26am
Eclipse or Netbeans or Anjuta(sp?) are pretty good if you're coming from Visual Studio. I've been stoked on Eclipse.
Apr 1, 2009 at 3:03pm
emacs is fine...C++ is text, you should learn to understand it alone without relying on an IDE.
Apr 2, 2009 at 5:39pm
I like to use Eclipse. Works great and no need to mess with makefiles.
Apr 2, 2009 at 6:57pm
Ahem... as to the OP's first question... :->

I don't use emacs myself, but I'm sure there are scripts (plugins) to do that kind of thing.

You might want to peruse the EmacsWiki
http://www.emacswiki.org/

Good luck!

[edit]
BTW. I currently use my Delphi 5 IDE for everything -- that is until I finish my own editor. :-]
Last edited on Apr 2, 2009 at 6:58pm
Apr 4, 2009 at 8:06am
I would suggest AnjutaIDE...
Open shell...
sudo apt-get install anjuta
Topic archived. No new replies allowed.