You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The JSDoc syntax highlighting shows the {{ in the first line in red with the rest of the comment in the usual dark green comment color, however, the JSDoc has been successfully parsed :
Hovering the store variable :
Switch/case intellisense :
The text was updated successfully, but these errors were encountered:
When creating a JSDoc type definition (with either
@type
or@typedef
), the syntax highlighting fails at the first new line :Steps to Reproduce:
Create JS file, write this code :
The JSDoc syntax highlighting shows the
{{
in the first line in red with the rest of the comment in the usual dark green comment color, however, the JSDoc has been successfully parsed :Hovering the
store
variable :Switch/case intellisense :
The text was updated successfully, but these errors were encountered: