Skip to content

Line Sorter is an IntelliJ IDEA plugin for quick line sorting within files. It lets you alphabetize either the entire file or just the selected lines, making it ideal for organizing configuration files, lists, and other text data with ease. Access it via the Refactor menu or by right-clicking in the editor.

Notifications You must be signed in to change notification settings

anton-erofeev/line-sorter-intellij-plugin

Repository files navigation

Lines Sorter Pro IntelliJ IDEA plugin

Build Version Downloads

Description

Lines Sorter Pro is a handy tool for developers that lets you quickly sort or shuffle lines within a file or just within a selected area. The plugin adds multiple string sorting options, including alphabetical, by line length, and shuffle, to the editor's right-click Refactor menu, making it easy and intuitive to organize or mix up your content.

Key Features:

  • Alphabetical Sorting: Sort lines alphabetically. Supports both ascending (A-Z) and descending (Z-A) order.
  • Sorting by Line Length: Sort lines based on their length. Supports both ascending (shortest to longest) and descending (longest to shortest) order.
  • Selected Lines Sorting: If text is highlighted, the plugin sorts only the selected lines, leaving the rest of the file unchanged.
  • Full-File Sorting: If no text is selected, all lines in the file are sorted alphabetically.
  • Shuffle Lines: Randomly shuffle the lines in the selection or the entire file, providing a quick way to mix up content without sorting.

Ideal for: Developers working with configuration files, property lists, text data, or any files where organized, readable line order improves workflow and readability.

How to Use: Install the plugin and restart IntelliJ IDEA. Right-click in the editor and select "Sort Lines" in the Refactor menu.

Installation

  • Using the IDE built-in plugin system:

    Settings/Preferences > Plugins > Marketplace > Search for "line-sorter-intellij-plugin" > Install

  • Using JetBrains Marketplace:

    Go to JetBrains Marketplace and install it by clicking the Install to ... button in case your IDE is running.

    You can also download the latest release from JetBrains Marketplace and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...

  • Manually:

    Download the latest release and install it manually using Settings/Preferences > Plugins > ⚙️ > Install plugin from disk...


Plugin based on the IntelliJ Platform Plugin Template.

About

Line Sorter is an IntelliJ IDEA plugin for quick line sorting within files. It lets you alphabetize either the entire file or just the selected lines, making it ideal for organizing configuration files, lists, and other text data with ease. Access it via the Refactor menu or by right-clicking in the editor.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages