doxdocgen
doxdocgen copied to clipboard
Comment prefix not working
Describe the bug When I press enter within a comment block the comment prefix is not inserted on the new line.
Expected result When I press enter the comment prefix should be inserted on the new line.
/**
* @file Test.h
* @brief Test class
*
*
*
*/
Actual result Comment prefix not inserted on the new line.
/**
* @file Test.h
* @brief Test class
*
*
*/
Screencaps
Your System:
- OS: Windows and Linux
- VS Code Version 1.75.0
- Doxdocgen Code Version 1.4.0
Was it working before? I've just installed this extension and faced the same problem.
On my previous laptop it worked. I suspect there's some conflict with the C/C++ Tools that seems to have its own implementation of this feature but I can't get either to work
@AndersHogqvist tried right now, it works https://github.com/cschlosser/doxdocgen/issues/22#issuecomment-337553777
@AndersHogqvist tried right now, it works #22 (comment)
Indeed! Thank you.
However, I believe this extension is supposed to provide this feature as well. I have clangd and tried with that one disabled but it didn't help.