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
- Host: GitHub
- URL: https://github.com/xusoo/duplicate-lines-intellij-plugin
- Owner: xusoo
- License: mit
- Created: 2017-09-05T18:10:04.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2025-02-20T08:02:03.000Z (over 1 year ago)
- Last Synced: 2025-04-30T15:41:37.605Z (about 1 year ago)
- Topics: intellij-plugin, java
- Language: Java
- Size: 27.3 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Duplicate Lines Plugin

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)