How to listen editor cursor changes?
Answered
Hello,
How can I listen every cursor change? For example, moving cursor left, right, top, bottom.
Thanks!
Please sign in to leave a comment.
Hi Alexandr,
Did you try
com.intellij.openapi.editor.event.CaretListener
?Hi Karol,
Thanks! 👍👍👍