doxdocgen icon indicating copy to clipboard operation
doxdocgen copied to clipboard

Comment prefix not working

Open AndersHogqvist opened this issue 2 years ago • 4 comments

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 doxygen-bugg

Your System:

  • OS: Windows and Linux
  • VS Code Version 1.75.0
  • Doxdocgen Code Version 1.4.0

AndersHogqvist avatar Feb 09 '23 09:02 AndersHogqvist

Was it working before? I've just installed this extension and faced the same problem.

amordo avatar Feb 09 '23 17:02 amordo

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 avatar Feb 09 '23 17:02 AndersHogqvist

@AndersHogqvist tried right now, it works https://github.com/cschlosser/doxdocgen/issues/22#issuecomment-337553777

amordo avatar Feb 09 '23 17:02 amordo

@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.

AndersHogqvist avatar Feb 10 '23 06:02 AndersHogqvist