vscode-cpptools
vscode-cpptools copied to clipboard
Generate Doxygen comment doesn’t work via typing the preset Doxygen style `/**` & `/*!`
- Set the
C_Cpp.doxygen.generatedStyleto either/**or/*!and setC_Cpp.doxygen.generateOnTypeto true. - Type the Doxygen style over a function.
Actual result: Doxygen comment stub is not generated.
Expected result: Doxygen comment stub gets generated.
I believe we wanted https://github.com/microsoft/vscode/issues/154994 to be fixed first and then enable the auto */ closing for [c], [cpp].
UPDATE: We think there's another way to implement it that doesn't require that other issue.