The LSP editor works very well, but I'm missing the ability to generate automatic Doxygen comments.
For example, typing /** [ENTER] before a method declaration: In the classic editor it would generate the Doxygen comments with the appropriate @param and @return contents.
I know in LSP the one ruling here is clangd, which does not generate these comments.
Is there any workaround to get this back? Maybe with a plugin?
Thanks!
The LSP editor works very well, but I'm missing the ability to generate automatic Doxygen comments.
For example, typing
/** [ENTER]before a method declaration: In the classic editor it would generate the Doxygen comments with the appropriate@paramand@returncontents.I know in LSP the one ruling here is clangd, which does not generate these comments.
Is there any workaround to get this back? Maybe with a plugin?
Thanks!