A common VA-suggestion-drop-down is for typing 'std::make_unique'
which VA (I assume it's VA) then inserts 'std::make_unique()' on acceptance of the suggestion drop-down.
That never makes sense. ;)
'std::make_unique<>()' could... if the carrot is in between the angle brackets.
There must be a whole group of helper template functions - where you always must specify the type for the function to have any meaning. This is perhaps the most common example - but there are others where this pattern would be helpful.