Skip to content

[folding] show comment first line for folded sections #31966

@lalmat

Description

@lalmat

I think it could be really useful to change the multiline comment folding.

When you fold a comment like this (like above php function) :

/**
 * Print person name on terminal
 *
 * @param person $p
 * @return void
 */

You see this :

/** ...

In some editors like phpStorm or Eclipse, it's folded like this :

* Print person name on terminal ...

That's very more useful ;)

Is it possible to implement this kind of folding ?

Metadata

Metadata

Assignees

Labels

editor-foldingEditor code folding issuesfeature-requestRequest for new features or functionality

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions