doxdocgen
doxdocgen copied to clipboard
Should be a way to use it without needing "editor.autoClosingBrackets": "always",
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...
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.