Reputation: 11
until now i write c++ code on windows and microsoft visual c++ 2010 but there`s a project that i must do it on Linux , in Microsoft visual c++ 2010 there was a feature named code completion or intellisense that was available with Ctrl + Space , it shows you a list of suggested function or other components with this name or similar to it, but i could not find any feature like this on IDEs on linux. could any body suggest me an IDE to solve my problem.
Upvotes: 0
Views: 1591
Reputation: 8575
I have good experiences with the C/C++ Plugin in Netbeans. Eclipse also have C/C++ Plugins but many Visual Studio Users don't like Eclipse and its handling.
Upvotes: 1
Reputation: 229184
Eclipse or Netbeans is probably the most similar ones to Visual Studio in this regard. See more info in this question
Upvotes: 0