Hi!
I was testing Code sense to see how it compares with Visual Assist and I have run into a problem.
In XCode 3.1, when I type std:: and then hit F5 it says no completing.
But I created a little class to test and its working fine.
How to make code sense parse external libraries?
Even after creating a vector, like vector<int> coll;
code sense is unable to show coll. F5
It does not show any methods of a vector like push_back;
What am I missing?
Thanks.
I was testing Code sense to see how it compares with Visual Assist and I have run into a problem.
In XCode 3.1, when I type std:: and then hit F5 it says no completing.
But I created a little class to test and its working fine.
How to make code sense parse external libraries?
Even after creating a vector, like vector<int> coll;
code sense is unable to show coll. F5
It does not show any methods of a vector like push_back;
What am I missing?
Thanks.