-
Notifications
You must be signed in to change notification settings - Fork 34.3k
Open
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality
Milestone
Description
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 ?
Jehong-Ahn, Ash258, DarkLite1, nirfse, mattacosta and 20 moreEugeneAnykey
Metadata
Metadata
Assignees
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionality