---
source: crates/tinymist-query/src/code_action.rs
description: "Code Action on et x = 1``||`/* range "
expression: "JsonRepr::new_redacted(result, &REDACT_LOC)"
input_file: crates/tinymist-query/src/fixtures/code_action/figure_raw_block.typ
---
[
{
"edit": {
"changes": {
"s0.typ": [
{
"insertTextFormat": 2,
"newText": "#figure(\n caption: [Caption],\n ```rust let x = 1```\n)$0",
"range": "0:0:0:20"
}
]
}
},
"kind": "refactor.rewrite",
"title": "Wrap raw block in figure with a caption"
}
]