Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
You should install something like Ditto Clipboard Manager . It allows you to copy more than one text (even pictures) to your Clipboard.
You can see how to install here :
http://javacodingnerd.com/useful-to... -
@GrumpyGerman Thanks for there link! Going to write something like this for myself soon but thanks anyways!
-
In any of the Jetbrains IDE's (PHPStorm, IDEA, Resharper, PyCharm, Webstorm, Datagrip, etc), you can use Ctrl-Shift-V to select/filter through a history of cut/copied content.
In Vim, you could use the named registers or yankring, you can cycle through dd d} etc deletions with "1p u. u. etc
For emacs, theres C-y M-y yank-popping.
For atom, there's clipboard-history.
If you do not use any of the above, please close notepad. -
@linuxxx
I often prefer a full IDE over a quick and powerful editor like Vim or Atom as well, at least for projects of a certain complexity.
Switching from Netbeans to the Jetbrains suite for my IDE-needs has been amazing: You can set it up to be very information-dense or extremely minimalistic. It starts up much faster, and completions and click-throughs to other files are much more intelligent. -
@bittersweet Good that it worked for you! I used to be a phpstorm user but finally said to myself 'you're trying to use as much open software as possible, try net beans!' Haven't looked back since :)
-
@linuxxx Ah yes, important consideration. I just realized the Jetbrains IDEs are probably the only non-libre apps on my PC. Now you've made me feel guilty.
Related Rants
When you copy some code and select the code you want to get replaced and accidentally press Ctrl+c again so you have to copy the thing you wanted to copy again 😡
undefined
copy
paste
fucking annoying