racer-rust / emacs-racer

Racer support for Emacs
398 stars 48 forks source link

add racer-find-definition-other-window/frame #96

Closed kngwyu closed 6 years ago

kngwyu commented 6 years ago

Added interactive functions racer-find-definition-other-window ,racer-find-definition-other-frame, and their key binds. To decide key binds, I referenced manual of xref.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.7%) to 63.904% when pulling a815aca381beec70e087ca21b599627df73ce46a on kngwyu:find-definition-in-other-window-and-frame into cb74060bbaff8e505ba36e20e4a3a763ee7dd4c8 on racer-rust:master.

indradhanush commented 6 years ago

@Wilfred Hello! I love this feature and was trying to cook something up myself when I noticed this PR. If all looks good, could this be merged?

Also, thanks a lot for maintaining this project. It's awesome! :smile:

Wilfred commented 6 years ago

Looks good. Sorry for the delay!