linux c/c++ ide with intellisense

Programming, for all ages and all languages.
Post Reply
Ozguxxx

linux c/c++ ide with intellisense

Post by Ozguxxx »

Hi all, I am looking for an ide (not really an ide, I just need a c++ editor) that has intellisense like autocompletion on linux. What I really need is when I put . or -> editor should open the window with class variables and functions, like vc++ ide does, I searched for the web but I could nto found it and also I tink kdevelop does not do what I want. (or does it?) is there any such ide you know? Thanx in advance.
Ozgun.
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:linux c/c++ ide with intellisense

Post by Solar »

Eclipse with the CDT plug-in should fit the bill, although I didn't have the opportunity to test it really.
Every good solution is obvious once you've found it.
Post Reply