Tool/software: Code Composer Studio
Hi
I use CCS 8.3 on Linux Ubuntu 18.04. The content assist function works on user defined classes, but not on those from the std library.
For example:
#include <string>
using namespace std;
string s;
s. <- this should trigger the content assist drop down menu, but there is nothing and Alt + shows only empty proposals. It works fine for my own classes.
Thanks
Peter
