Issue 151146
Summary [clangd][feature request] add hower comments for import statements
Labels new issue
Assignees
Reporter 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.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to