vscode-clangd icon indicating copy to clipboard operation
vscode-clangd copied to clipboard

Hover hint comments have no formatting

Open pitaj opened this issue 4 years ago • 2 comments

One would expect Javadoc / doxygen style parameter comments or at least markdown styling to be used in the hover hints.

Currently, there is no formatting, not even linebreaks are respected.

pitaj avatar May 01 '20 16:05 pitaj

I would love to see the basic Doxygen comments supported (brief, param, return[s], tparam. We're using doxygen and migrating to VS Code at work. Basically what's shown here: https://devblogs.microsoft.com/cppblog/visual-studio-code-c-extension-july-2020-update-doxygen-comments-and-logpoints/

anthony-hicks avatar Feb 09 '22 17:02 anthony-hicks

https://github.com/clangd/clangd/issues/529 is related

HighCommander4 avatar Feb 10 '22 01:02 HighCommander4