Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What C++ IDEs on Linux have "intellisense" in par with, or better, than Visual Studio? [closed]

There are some Linux based C++ projects in the pipe. What IDEs should I go for that have some kind of "intellisense" in par with, or better, than the one of a bare Visual Studio (that is, without the Visual Assist steroids).

(Note that I didn't use the words "as good as, or better". I consider the Visual Studio C++ intellisense everything but good, hence the "in par with" words and Visual Assist comment).

like image 963
Johann Gerell Avatar asked Sep 29 '10 09:09

Johann Gerell


2 Answers

None. Eclipse and Qt Creator are popular choices, but they have nothing on VS.

like image 141
Matt Joiner Avatar answered Sep 21 '22 15:09

Matt Joiner


Qt Creator hands down.

like image 23
Idan K Avatar answered Sep 21 '22 15:09

Idan K