Now, given template <typename T> foo() {} when user types fo^<int>() the
completion snippet will not contain <int>().
Also, when the next token is opening parenthesis (() and completion snippet
contains template argument list, it is still emitted.
This patch complements D81380.
Related issue: https://github.com/clangd/clangd/issues/387
nit: move this case above and get rid of if(Snippet part of the check?