intellij: is there selective undo feature as in emacs? -


basically, in emacs. can undo changes in selected region. a useful feature. wonder whether intellij has it.

no there isn't. equivalent in intellij local history. can right click on file, choose local history->show history. can see changes made on time , select individual lines/sections remove or reapply.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -