picimako / citric

Citrus framework integration for the IntelliJ platform.
0 stars 0 forks source link

Code folding of XML closing tags #55

Closed picimako closed 2 months ago

picimako commented 2 months ago

Summary

Due to the verbose nature of the XML language, XML files can be quite noisy with the tag names repeated in the closing tag. This could be improved by code folding their closing tags only.

Tasks

//To

/> /> /> ``` - The following tags/tag types should be excluded: - Tags in non-Citrus namespaces. (needs consideration) - The `` and `` tags in the non-Spring XML DSL. - The `` and `` tags in the Spring XML DSL. ### Questions - How will this affect and work together with the already present Citrus specific XML tag foldings? - Apparently it won't, it works well with them.
picimako commented 2 months ago

Completed in v1.0.16.