Skip to content

[clangd][feature request] add hover comments for import statementsΒ #151146

@mccakit

Description

@mccakit

Currently hovering over import statements don't have hovering comments

If you have a module like so:

///some comment
export module math;

You can see anything if you hover over this

import math;

Adding this feature would make it easier for end users of the libraries to know what module does what.

Metadata

Metadata

Assignees

No one assigned

    Labels

    clang:modulesC++20 modules and Clang Header Modulesclangd

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions