Skip to content

Line breaking/wrapping at specific length #249

@mark19142218

Description

@mark19142218

Apologies if this already exists in IntelliJ or this plugin

Is your feature request related to a problem? Please describe.

I would love an option to insert actual line breaks to prevent most lines being at most X characters long.

Likely useful:

  • Don't break words (unless the whole line is one word and it's too long?)
  • Preserve indentation
  • Use line break character configured in editor

I'm talking about actual line breaks, not

Describe the solution you'd like

  • Commit messages
  • Large string literals that are shown in UI
  • Reports in markdown or text format

Describe alternatives you've considered

Create an external command that uses the shell command fold on the whole file?

Additional context

Works well in combination with "7 -> 0. Remove all newlines"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions