Wikunia / brackets-FuncDocr

FuncDocr generates JS/PHPDoc annotations for your functions
101 stars 14 forks source link

Lowercase types in JS #72

Closed Hirse closed 8 years ago

Hirse commented 8 years ago

Currently the type hints in JS show all options as Titlecase. Base on the JSDoc type documentation, I would think it would be more appropriate to have the primitive types as all lowercase. That means "number", "string", "boolean", "object", and "function"

Wikunia commented 8 years ago

Thanks @Hirse . You can create a PR, if you want or I will implement it the next days!