I've been able to compile and run simple C++ applicagtions, but I don't see any code completion tools as I write the code. Does Dev-C++ have code completion capabilities, if so how do I invoke it?
Thanks,
Justin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How can I tell if I have Class Browsing enabled? I do have the project/Class Browser turned on, meaning I can see them on the left hand side of the screen. Is this what you mean?
I'm used to having access to the list of methods, inner classes and fields of a library or class while I'm typing the code. Many IDE's have this feature. Does Dev-C++?
Thanks,
Justin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've been able to compile and run simple C++ applicagtions, but I don't see any code completion tools as I write the code. Does Dev-C++ have code completion capabilities, if so how do I invoke it?
Thanks,
Justin
Do you have class browsing enabled?
Are you using a project, or just the source?
Both are needed from what I've been told.
Curtis
I am using Projects.
How can I tell if I have Class Browsing enabled? I do have the project/Class Browser turned on, meaning I can see them on the left hand side of the screen. Is this what you mean?
I'm used to having access to the list of methods, inner classes and fields of a library or class while I'm typing the code. Many IDE's have this feature. Does Dev-C++?
Thanks,
Justin
Goto:
tools->Editor Options
Class Browsing (top tabs), then
Completion (bottom tabs)
Curtis