How to copy paste single line in WebStorm
Trying to make the jump from Visual Studio, which is arguably the worst JavaScript editor there is. Anyway, VS has a few things I need before I can be satisfied (already bought a WS license).
Copy paste on a row without anything highlighted, should copy the row. Instead WebStorm copies _and_ selects the row, so if I want to duplicate a row easily, it's 3 actions. Copy, paste, and paste. Can I change this behavior?
Please sign in to leave a comment.
Hi Mats,
Use Ctrl+D.