omsharp / BetterComments

A Visual Studio extension for better comments.
Other
70 stars 27 forks source link

Comments are not colored when indented #19

Closed Marpfie closed 6 years ago

Marpfie commented 7 years ago

Installed product versions

Description

The extension only works with code that is not indented. This has been the case for more than a month

image

omsharp commented 6 years ago

Hi @Karpfador ,

Please update to the latest version (2.1) and let me know if your problem is solved or not.

Marpfie commented 6 years ago

Now all of them work except the //TODO

Only the //T part of the comment gets colored when the option to only color "todo" is selected.

image

image

image

omsharp commented 6 years ago

What language you're using it with?

Marpfie commented 6 years ago

I'm using TypeScript. The screenshots are also showing react code, so I am mainly working with .tsx and .ts files

omsharp commented 6 years ago

Sorry, but TypeScript and React are not supported in Better Comments.

I'll have to close this issue, since it's not really in scope of the project.

You can open a new [Feature Request] issue to add support for those two in future.

Marpfie commented 6 years ago

TypeScript IS Javascript. And that is supported. There is no difference in the comments. The weird one you see in the second picture is just something else.

omsharp commented 6 years ago

Is it the same issue with JavaScript ( .js files )?

omsharp commented 6 years ago

Ok, I'm sorry for the quick reply.

Now that I checked .js files, I see a bug with Task comments. Will work on it as soon as I can.

Sorry again, and thanks for the good feedback :)

omsharp commented 6 years ago

@Karpfador, please update to the latest version and let me know the results.

Marpfie commented 6 years ago

Great. Thank you

omsharp commented 6 years ago

You're welcome.