-
Notifications
You must be signed in to change notification settings - Fork 133
Closed
Labels
Description
Does this support folding on the description line of a JSDoc comment?
For example, I'd expect the following comment:
/**
* Returns a random timestamp between 1900 and today's date.
*
* @return {int} A timestamp in Unix time format
*/
... to show the following when folded:
-- 5 lines: Returns a random timestamp between 1900 and today's date.
... whereas, it's currently displayed as:
-- 5 lines: *