Connecting Tech Pros Worldwide Forums | Help | Site Map

IDE for Linux with good code completion

Let_Me_Be
Guest
 
Posts: n/a
#1: Aug 19 '06
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


Victor Bazarov
Guest
 
Posts: n/a
#2: Aug 21 '06

re: IDE for Linux with good code completion


Let_Me_Be wrote:
Quote:
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
--
Please remove capital 'A's when replying by e-mail
I do not respond to top-posted replies, please don't ask


Aquila Deus
Guest
 
Posts: n/a
#3: Aug 21 '06

re: IDE for Linux with good code completion


There is CodeForge, http://www.codeforge.com/ It seems to offer a lot
of features for C++.

Let_Me_Be wrote:
Quote:
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
ehilah
Guest
 
Posts: n/a
#4: Aug 21 '06

re: IDE for Linux with good code completion


Let_Me_Be ha scritto:
Quote:
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
Default User
Guest
 
Posts: n/a
#5: Aug 21 '06

re: IDE for Linux with good code completion


Aquila Deus wrote:
Quote:
There is CodeForge, http://www.codeforge.com/ It seems to offer a lot
of features for C++.

Please don't top-post. Your replies belong following or interspersed
with properly trimmed quotes. See the majority of other posts in the
newsgroup, or the group FAQ list:
<http://www.parashift.com/c++-faq-lite/how-to-post.html>




Brian
Closed Thread