-
Notifications
You must be signed in to change notification settings - Fork 34.9k
Open
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Milestone
Description
Current when a block is folded it currently only show ellipses, which I think it could be improved by show the lines of code in the block.
e.g. (using Python as an example)
def printthis(printme):
print(printme)
print("how did it print?")
When the code above is folded, it is represented as:
def printthis(printme): ...
Instead of just "...", it would be very useful to display how many lines are folded.
def printthis(printme): ...(2 lines)...
With short block it is not too difficult to identify the number lines folded by looking at the line number, but for a larger blocks, it would aid significantly by showing the number of line folded.
schwertfich, yvvt0379, IllusionMH, Felx-B, tsklxiv and 59 more
Metadata
Metadata
Assignees
Labels
editor-foldingEditor code folding issuesEditor code folding issuesfeature-requestRequest for new features or functionalityRequest for new features or functionalityhelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities