Files
openide/plugins/yaml/resources/intentionDescriptions/YAMLInlineCollectionIntentionAction/after.yaml.template
Andrei Ogurtsov f461b202fa IDEA-114382 Create YAML Actions for inlining/expanding yaml collections
- Rewrite Inline action to make it works with virtual file
- Add action tests
- Add progress bar to Expand & ExpandAll actions
- Add `ExpandAll` intention
- Fix review, clen up code

GitOrigin-RevId: db8d8131a31a2b133d5022c2277cc0f57405038b
2024-01-17 15:55:17 +00:00

5 lines
207 B
Plaintext

yaml: [ 1, 2, 3 ]
yaml: { key1: value1, key2: value2 }
yaml: { a: [ 1, 2, 3, 4, 5, 6 ], b: [ 7, 8, 9, 10, 11 ], c: { name: { 16: 17, 23: 24 }, age: { 18: 19 } }, f: { name: { 21: 17 }, age: { 123: 19 } } }