Eclipse Content Assist not getting methods for std classes
Eclipse Content Assist not getting methods for std classes
What the title says is there any way to fix this because i would like to know all the methods a std class has instead of looking it up on the internet when i dont have internet all the time
I don't know about cygwin, but with my win32 builds or linux native builds you can use the full auto complete feature from eclipse.
I assume you have eclipse with CDT and your dev tools are on the path, so if you open a shell and type psp-gcc --version it should output the compiler version.
So start eclipse create a C project and select Makefile project, empty project.
Then go to the properties of the project and under C stuff look for the tab discovery and where it is gcc put psp-gcc.
Now you can add a makefile like the ones from the samples and you should have full auto complete.
I assume you have eclipse with CDT and your dev tools are on the path, so if you open a shell and type psp-gcc --version it should output the compiler version.
So start eclipse create a C project and select Makefile project, empty project.
Then go to the properties of the project and under C stuff look for the tab discovery and where it is gcc put psp-gcc.
Now you can add a makefile like the ones from the samples and you should have full auto complete.