-
Notifications
You must be signed in to change notification settings - Fork 340
Closed
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available
Milestone
Description
Consider a multi-line string in a .dart file:
final bigString = '''
I am a multiline string.
I might be really long.
For example, I could be an entire Android manifest (the XML you would find in an AndroidManifest.xml file)
that's defined in a test file.
'''It would be nice if I could fold this. This is something I can do with multi-line string literals in JS/TS:
Describe alternatives you've considered
The user can manually create folding regions using the "Create Folding Range from Selection", but it's generally not worth the time to do this.
Metadata
Metadata
Assignees
Labels
in editorRelates to code editing or language featuresRelates to code editing or language featuresis enhancementrelies on sdk changesSomething that requires changes in the Dart/Flutter SDK to ship before it will become availableSomething that requires changes in the Dart/Flutter SDK to ship before it will become available

