Constructor Color
Hello. When I have a function in javascript that I add jsdoc-style comments to, it loses its color and becomes black (normal text color).
Is there any way to have contructor functions/objects be of another color? I haven't seen anything for this in either language defaults or javascript colors, but perhaps I am missing something?
M.
Please sign in to leave a comment.
Hello!
can you provide a screenshot that shows your lost highlighting issue? JsDoc-annotated functions are highlighted properly for me...
Best regards,
Lena
Certainly. Here it is:

As you can see, Token2 is not colored the same because of the @constructor JSDoc comment. I am trying to get it to be the same color as Token.
M.