I would like to use an efficient IDE for coding, so I’m using Xcode under MacOS X.
My problem is that intellisense doesn’t work at all. I added include paths to project settings, but code completion doesn’t even work.
How to solve this? I want an IDE that provides me good code completion, since I need to work with a huge library (Aspose.Slides C++) which has hundreds of classes etc. I also want pre-compile time error checking. XCode can do that, but I never used it before, so I’m not sure how to configure it properly.
I’m working on a project which needs to be compiled under Ubuntu Linux, so I’m using g++ as compiler / linker.
I don’t want XCode to actually compile my project, G++ takes care about that. I just want IDE features to work.
Btw, is it even possible to compile Aspose.Slides C++ code under OSX using Xcode? Guess it isn’t because the shared libraries Aspose provides are for WIndows and Linux only, right?
Any help would be highly appreciated. Thanks ind advance!