uctakeoff / vscode-counter

VS Code extension: counts blank lines, comment lines, and physical lines of source code in many programming languages.
MIT License
152 stars 20 forks source link

Bug : blockComments character in a line of code falsifies the counts #88

Closed jamel-tirari closed 10 months ago

jamel-tirari commented 1 year ago

Hello,

There is a bug in the codes/comments lines counts when the opening characters of a comment block is inside a line of code. Here is an example (in C#, but the bug is in all languages i tested) :

Normal operation ( without block comment opening characters in a line of code ) : image

Bug : image

image

Best Regards,

uctakeoff commented 11 months ago

Fixed in ver. 3.4.0