IDE on Linux with Intellisense
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 fe开发者_开发百科ature 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.
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.
Eclipse or Netbeans is probably the most similar ones to Visual Studio in this regard. See more info in this question
精彩评论