Open leon-v opened 4 years ago
Problem is fixed if you override jsdocs.py with this one: https://github.com/CodeByZach/sublime_docblockr/blob/5c15a26789577d63f692f5ead11aab4aefffb505/jsdocs.py
To override, create directory DocBlockr inside the Packages dir then add the jsdocs.py file inside the directory.
The return type above is specified as
bool
, but[type]
is used in the auto-generated docblock.Expected result is: