https://github.com/trianguloy/collapseclosingtags
Jetbrains plugin to collapse XML closing tags so that they are displayed as </>
https://github.com/trianguloy/collapseclosingtags
jetbrains jetbrains-plugin plugin
Last synced: 4 months ago
JSON representation
Jetbrains plugin to collapse XML closing tags so that they are displayed as </>
- Host: GitHub
- URL: https://github.com/trianguloy/collapseclosingtags
- Owner: TrianguloY
- Created: 2021-11-15T16:54:38.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T15:06:27.000Z (over 1 year ago)
- Last Synced: 2025-10-05T16:40:44.062Z (8 months ago)
- Topics: jetbrains, jetbrains-plugin, plugin
- Language: Kotlin
- Homepage: https://plugins.jetbrains.com/plugin/18020-collapse-closing-tags
- Size: 1.41 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Collapse Closing Tags (Jetbrains plugin)
[](https://github.com/TrianguloY/CollapseClosingTags/actions/workflows/verify.yml)
[](https://plugins.jetbrains.com/plugin/18020)
[](https://plugins.jetbrains.com/plugin/18020)
This plugin allows collapsing ending xml tags:
From:

To:

They are implemented using the IDE folding features, so you can use the collapse/expand actions and its keywords.
Additionally, it includes an entry in the right-click menu to collapse all detected tags in the file (if any).
## Installation
- Using IDE built-in plugin system:
Settings/Preferences > Plugins > Marketplace > Search for "Collapse Closing
Tags" >
Install Plugin
- Manually:
Download the [latest release](https://github.com/TrianguloY/CollapseClosingTags/releases/latest) and install it manually using
Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...
---
Plugin originally based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template), but later removed to simplify everything.