Skip to content

JSDoc folds #30

@tlvince

Description

@tlvince

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: *

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions