IDE for Linux with good code completion

L

Let_Me_Be

Currently I write most of the code in Vim, mainly because I can write
my code remotely using ssh, the problem is that I sometimes find myself
lost in the code, and for this I need good code completion.

I have tried Kdevelop and Anjuta (code completion didn't work in both
of them at all). Currently trying Eclipse which works fine, but fails
in advanced code completion (shows private members and doesn't
understand inteligent pointers [or anything more complex than direct
member]).

So, my question, is there any IDE (an editor would be enough), which
has good code completion? Even better if it integrates decent debuging
and subversion support. Can be even comercial, if it's worth the money.

Thx for any hints
 
V

Victor Bazarov

Let_Me_Be said:
Currently I write most of the code in Vim, [...]

I have tried Kdevelop and Anjuta [..]

So, my question, is there any IDE [..]

Wrong newsgroup. Ask in 'comp.os.linux.development.apps'.

V
 
E

ehilah

Let_Me_Be ha scritto:
Currently I write most of the code in Vim, mainly because I can write
my code remotely using ssh, the problem is that I sometimes find myself
lost in the code, and for this I need good code completion.
If you use vim 7.0 .... try ctrl-P and set the correct path inside vim
....set path=.,/usr/include,/usr/local/include,....
bye
PP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,053
Latest member
BrodieSola

Latest Threads

Top