I am new to Linux C programming. And I am used to Visual Studio intellisense which can prompt function name and parameter list after I typing a few letters. Is there C IDE that can do similar things for library functions
? Suppose I have composed the include paths properly.
I tried KDevelop
. But it failed to identify the printf
and similar functions.
(And some UI bugs also - the Solve
button I guess).