whunmr / emacsIDEAs

Porting some great extensions of emacs to Intellij IDEA. such as AceJump, CopyWithoutSelection.
Apache License 2.0
94 stars 13 forks source link

I cannot make AceJumpCopy.Word work #37

Open arialdomartini opened 3 years ago

arialdomartini commented 3 years ago

While AceJumpCopy.Line just works, when I trigger AceJumpCopy.Word in Rider (both on Linux and Windows) nothing happens (but the clipboard is emptied). I tried binding it with several key combinations, and triggering it with different word in the source code. Do you have any hints?