racer-rust / racer

Rust Code Completion utility
MIT License
3.36k stars 279 forks source link

racer-find-definition does not work with macros #387

Open fitzgen opened 9 years ago

fitzgen commented 9 years ago

Steps to reproduce:

Jump to the definition of the try! macro in the rust checkout that racer was configured with

Actual results:

Nothing happens

phildawes commented 9 years ago

Hi @fitzgen , I'm afraid racer doesn't support macros yet, sorry

jwilm commented 8 years ago

There's a PR up for this now! https://github.com/phildawes/racer/pull/463

JayKickliter commented 7 years ago

I see #463 laded a while ago, but this still doesn't work in emacs. Is it just an emacs problem?

TedDriggs commented 7 years ago

That fix appears limited to macros in the same file. As far as I know, this remains unsupported by racer.