vscode-cpptools
vscode-cpptools copied to clipboard
Dogygen show file documentation on popup menu
Feature Request
I am interesting in feature to see:
- doxygen documentation for #include file hover popup menu.
- doxygen documentation in editor file hover popup menu.
@zhekaso What Doxygen documentation would be show? Where would we get this documentation? Is this anyway related to our existing doxygen feature support? Are there any other products that have this feature?
@zhekaso What Doxygen documentation would be show? Where would we get this documentation? Is this anyway related to our existing doxygen feature support? Are there any other products that have this feature?
i don't use different product so can give real example.
How i imaganate this feature:
doxygen support file level documentation:
/**
* @file a.c
*
* @brief Implementation of public fuctions for A feature.
*
* @details ....
*/
/**
* @file a.h
*
* @brief Public fuctions for A feature.
*/
- if file contains
#include <a.h>, i want hover on this line and see brief, how i see it for functions. - For autosagestion typing
include <a, i want to see brief to, as for functions. - In file browser i can hover on .c and .h files so i want to see brief info there.
https://www.doxygen.nl/manual/commands.html#cmdfile
This feature request is being closed due to insufficient upvotes. Please leave a 👍-upvote or 👎-downvote reaction on the issue to help us prioritize it. When enough upvotes are received, this issue will be eligible for our backlog.