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

Generate Doxygen comment doesn’t work via typing the preset Doxygen style `/**` & `/*!`

Open michelleangela opened this issue 3 years ago • 1 comments

  1. Set the C_Cpp.doxygen.generatedStyle to either /** or /*! and set C_Cpp.doxygen.generateOnType to true.
  2. Type the Doxygen style over a function.

Actual result: Doxygen comment stub is not generated.

Expected result: Doxygen comment stub gets generated.

michelleangela avatar Aug 26 '22 23:08 michelleangela

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.

sean-mcmanus avatar Aug 27 '22 00:08 sean-mcmanus