jsdoc autocomplete should prefer {Object} over {any} in JavaScript #14242
Labels
Bug
A bug in TypeScript
Fixed
A PR has been merged for this issue
VS Code Tracked
There is a VS Code equivalent to this issue
Milestone
From @Tyriar on February 22, 2017 18:9
#21031
any
is a TypeScript concept,Object
is the most generic type in JavaScript which is more meaningful to non-TS devs:Copied from original issue: microsoft/vscode#21179
The text was updated successfully, but these errors were encountered: