Tag Parser-based Completion info is incorrect for type aliases and other stuff #2850
Labels
bug
fixed
Check the Milestone for the release in which the fix is or will be available.
Language Service
quick fix
Milestone
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).
The text was updated successfully, but these errors were encountered: