stkb / Rewrap

Rewrap extension for VSCode and Visual Studio
https://marketplace.visualstudio.com/items/stkb.rewrap
Other
499 stars 58 forks source link

Valid C++ comment delimiter not recognized prevents rewrap #399

Open clamdad opened 3 months ago

clamdad commented 3 months ago

Rewrap does not rewrap comments when included within in the following C++ delimiter.

/*-----------------------------------------------------------*//**

This very long comment will not be re-wrapped when using the Rewrap extension in VScode and pressing Alt-Q.

*/

Rewrap version: v1.16.3 VScode version: 1.88 OS: WSL Ubuntu running under Windows 10