-
Notifications
You must be signed in to change notification settings - Fork 13k
Closed
Labels
Domain: JSX/TSXRelates to the JSX parser and emitterRelates to the JSX parser and emitterDomain: 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
TypeScript Version: 2.9.0-dev.20180409
Search Terms:
- getOutliningSpans
- fold / folding
- jsx
Code
For the jsx:
const a = <div
about="bla"
accessKey="bla"
autoCorrect="bla"/>
Current Behavior
No outlining spans returned
Request
Return outlining spans for multline jsx tags
Other cases:
const a = (
<div>
a
</div>
)
ggregoire, thorn0 and lmcarreiro
Metadata
Metadata
Assignees
Labels
Domain: JSX/TSXRelates to the JSX parser and emitterRelates to the JSX parser and emitterDomain: 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