Use code like struct s { s(int i) {} }; int main() { s ss{} // No parameter help appears here, but it does with VS 2017. }
Use code like
struct s { s(int i) {} };
int main()
{
s ss{} // No parameter help appears here, but it does with VS 2017.
}