0

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.

bkaid
  • 51,465
  • 22
  • 112
  • 128

2 Answers2

1

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.

schlingel
  • 8,560
  • 7
  • 34
  • 62
  • what about Netbeans ? does intellisence of netbeans work on linux? – Mohsen Nakhjavvani May 11 '11 at 08:23
  • Yes it does. I used the IDE in a rather obscure configuration: Netbeans on a Windows Host and compiler and source code inside a VirtualBox VM connected through a shared folder and it worked. Netbeans contains a build in plugin portal which contains the C/C++ Plugin. Just download it and it works. – schlingel May 11 '11 at 08:47
0

Eclipse or Netbeans is probably the most similar ones to Visual Studio in this regard. See more info in this question

Community
  • 1
  • 1
nos
  • 223,662
  • 58
  • 417
  • 506