-
Notifications
You must be signed in to change notification settings - Fork 12.9k
Closed
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueDomain: OutliningRelates to multi-line regions that editors can collapseRelates to multi-line regions that editors can collapseFixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript
Milestone
Description
TS Template added by @mjbvz
TypeScript Version: 4.4.3
Search Terms
- getOutliningSpans
- fold / folding
In Javascript, I sometimes format long statements by breaking them into multiple lines by using parentheses. The folding doesn't work for these statements.
The folding does work for single statement functions that are wrapped in parenthesis.
I can set foldingStrategy to 'indention' but that breaks the JSX folding.
Metadata
Metadata
Assignees
Labels
CommittedThe team has roadmapped this issueThe team has roadmapped this issueDomain: OutliningRelates to multi-line regions that editors can collapseRelates to multi-line regions that editors can collapseFixedA PR has been merged for this issueA PR has been merged for this issueSuggestionAn idea for TypeScriptAn idea for TypeScript