svizzle icon indicating copy to clipboard operation
svizzle copied to clipboard

Use camelcase for jsdoc types

Open mindrones opened this issue 2 years ago • 0 comments

We are currently using say @arg {string} foo, or @arg {object} bar, but @arg {regexp} par would not autocomplete to a RegExp when hovering par.

For consistency we agreed to use camel case / uppercase for jsdoc types (e.g. @arg {String} foo)

mindrones avatar Dec 06 '22 18:12 mindrones