Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.??

like image 937
User4506837 Avatar asked Jan 05 '23 12:01

User4506837


1 Answers

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.

like image 141
Supun Wijerathne Avatar answered Jan 09 '23 18:01

Supun Wijerathne