using myAlias = myClass;
The completion detail info says "myAliasmyClass".
There are other lower priority cases that don't give the ideal tooltip (i.e. matching VS), e.g. "typedef int myTypedef;" shows just "int myTypedef" with the "typedef" part missing (making it look like myTypedef is an int variable).
using myAlias = myClass;
The completion detail info says "myAliasmyClass".
There are other lower priority cases that don't give the ideal tooltip (i.e. matching VS), e.g. "typedef int myTypedef;" shows just "int myTypedef" with the "typedef" part missing (making it look like myTypedef is an int variable).