Search code examples
intellij-ideacopy-paste

IntelliJ multiple text copy-paste options?


In my project, currently I have to do a repetitive task, that I have two texts that have to be pasted interchangeably for quite a number of times. (Say 'Text1' & 'Text2')

What I am currently doing is copy 'Text1', paste 'Text1'. Then copy 'Text2', paste 'Text2'. Then again 'Text1'. I am doing this tedious thing repeatedly.

Is their any tool which would make my current work easier.??


Solution

  • Use Ctrl + Shift + V for Windows/Linux

    Use Cmd + Shift + V for Mac

    It will show you the stack of latest copied texts (by default up to last 5). You can choose the one you wanted interchangeably completely without copying (Ctrl + C) again & again.