I have noticed that sometimes, VA won't insert () after a function is selected from the drop-down list.
Here is one reproducible example.
#include <regex>
int main()
{
std::smatch match;
match[0].str
}
When "str" is selected from the drop-down list, no parens are inserted after it.
VA 2108, VS2015