docs: document attr_toggle behavior after formatting

This commit is contained in:
2026-02-19 11:18:16 +01:00
parent becf45d348
commit b663fd6b4b
+4
View File
@@ -291,6 +291,10 @@ Note: `<Leader>` is typically `\` (backslash) or `<Space>` depending on your con
``` ```
Should show the mapping. Should show the mapping.
### Attribute Toggle After Formatting
**Note:** After using `:LspSCLFormat`, all collapsed attribute blocks will be expanded and the toggle state is reset. This is because formatting changes line numbers and positions. You can collapse blocks again after formatting.
## Testing ## Testing
Manual testing using: `~/dev/siemens/projects/scl_lang_support_lazyvim_ref_project` Manual testing using: `~/dev/siemens/projects/scl_lang_support_lazyvim_ref_project`