doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Should be a way to use it without needing "editor.autoClosingBrackets": "always",

Open rw3iss opened this issue 4 years ago • 1 comments
trafficstars

Description

Seems the plugin doesn't work unless this VSCode setting is enabled: "editor.autoClosingBrackets": "always", (or at least not "never").

It would be nice to use it without requiring closing brackets...

rw3iss avatar Mar 19 '21 12:03 rw3iss

Thanks for bringing this to my attention. That's actually quite weird as when VS Code introduced that feature for C++ it broke the extension and I had to write a workaround so it doesn't mess with the generated comment block. Maybe there has to be another workaround now when it's set to never.

cschlosser avatar Mar 26 '21 22:03 cschlosser