Closed
Description
When using the new grammar in VS Code, highlighting of doc comments fails if either the Class.<type>
syntax is used (this is valid in JSDoc), or if types are nested more than one level deep. It also currently does not recognize explicitly documenting the properties of an object.
Are there currently plans to support any of these notations?
Thanks!