Files
openide/plugins/yaml/resources/intentionDescriptions/YAMLExpandAllCollectionsInsideIntentionAction/description.html
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
124 B
HTML

<html>
<body>
Expand collection and all its child collections from JSON format to base multiline YAML format
</body>
</html>