An open API service indexing awesome lists of open source software.

https://github.com/xusoo/duplicate-lines-intellij-plugin

IntelliJ plugin for duplicating selected lines up or down
https://github.com/xusoo/duplicate-lines-intellij-plugin

intellij-plugin java

Last synced: about 1 year ago
JSON representation

IntelliJ plugin for duplicating selected lines up or down

Awesome Lists containing this project

README

          

# Duplicate Lines Plugin

![](https://i.imgur.com/ZwvGa2j.gif)

Plugin for IntelliJ, and other Jetbrains products, that lets you duplicate the entire selected lines, not just down (like you already can by default), but also up.
In both cases, unlike the default action, it will preserve the original selection after the duplication.

Supports single lines, multiple selected lines, multiple carets and block selection.

Default shortcuts are "Shift + Ctrl + Alt + Up/Down" and "Shift + Command + Option + Up/Down" for macOS.

Compatible with IntelliJ IDEA, PhpStorm, WebStorm, PyCharm, RubyMine, AppCode, CLion, Gogland, DataGrip, Rider, MPS and Android Studio.

[Jetbrains Plugin Repository](https://plugins.jetbrains.com/plugin/10008-duplicate-lines)