vscode-clangd
vscode-clangd copied to clipboard
Formatting of documents on hover
Could the docs perhaps be formatted in a similar fashion as the Cpp-tools that Microsoft provides for VSCode:
Currently this is how it looks like with clangd:
Ignoring the blue highlight, I find the information better outlined with the cpp-tools extension by Microsoft. It would be better to have clangd extension format it in a similar way. It feels too rudimentary currently.
Some existing discussion of hover presentation in https://github.com/clangd/clangd/issues/747.
@HighCommander4 ah I searched for issues with the keyword hover but somehow missed that one. Thank you!