intellisense doesn't support jsdoc namespaces #17749
Labels
Duplicate
An existing issue was already created
VS Code Tracked
There is a VS Code equivalent to this issue
From @wehrstedt on August 11, 2017 7:29
Intellisense doesn't support jsdoc namespaces. If I create a namespace with
and create a type inside this namespace like
the intellisense doesn't work if I annotate a variable like this:
Instead, if I annotate my variable like this, the intellisense works correct, but the type definition is not correct anymore:
This is the complete script:
The text was updated successfully, but these errors were encountered: