Autocomplete does not work for member of template class
Answered
I have a template class with a size_t parameter. The class has a member which is basically an std::array with the size_t parameter. Autocomplete does not work for elements in the indexes of the array:

please note that this works fine if the size parameter is a constant like 5.
Please sign in to leave a comment.
Hi!
We have a related issue in the tracker already: https://youtrack.jetbrains.com/issue/CPP-9588. Feel free to comment or upvote.