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.
linux c/c++ ide with intellisense
Re:linux c/c++ ide with intellisense
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.