Skip to content

Heroine77/CollapseClosingTags

 
 

Repository files navigation

Collapse Closing Tags (Jetbrains plugin)

Verify plugin Version Downloads

This plugin allows collapsing ending xml tags:

From:

pre

To:

post

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 and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin originally based on the IntelliJ Platform Plugin Template, but later removed to simplify everything.

About

Jetbrains plugin to collapse XML closing tags so that they are displayed as </>

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%