C/C++ Typedef HoverA Visual Studio Code extension that provides enhanced hover information for typedef definitions in C and C++ files. When hovering over a type identifier, this extension shows the complete type definition with source location links. FeaturesThis extension adds enhanced hover functionality for C and C++ files:
For example, when you hover over a custom type:
The hover tooltip will show:
UsageThe extension automatically activates for C and C++ files. Simply hover over any symbol to view its type definition:
RequirementsThis extension requires:
Extension SettingsThis extension does not contribute any additional settings. Known IssuesCurrently, there are no known issues. If you encounter any problems, please report them on the GitHub repository. Release Notes1.0.0Initial release of C/C++ Typedef Hover:
ContributingIf you'd like to contribute to this extension, please submit pull requests or create issues in the GitHub repository. LicenseThis extension is licensed under the MIT License. |