racer
racer copied to clipboard
racer-find-definition does not work with macros
Steps to reproduce:
- Open a rust source file in emacs with racer mode
- Position the cursor over
try
in atry!(...)
macro invocation - Do
M-.
(akaracer-find-definition
)
Expected results:
Jump to the definition of the try!
macro in the rust checkout that racer was configured with
Actual results:
Nothing happens
Hi @fitzgen , I'm afraid racer doesn't support macros yet, sorry
There's a PR up for this now! https://github.com/phildawes/racer/pull/463
I see #463 laded a while ago, but this still doesn't work in emacs. Is it just an emacs problem?
That fix appears limited to macros in the same file. As far as I know, this remains unsupported by racer.