Closed
Description
Let me say first: I love your rust-analyzer (even though it causes pretty heavy load to my old MBP).
I have a question regarding "CMD_CLICK" to a symbol, which is AFAIK "show references".
If your plugin is disabled, this is shown while hovering over a symbol...
...and once I CMD_CLICK on the symbol the appropriate source file is opened and the cursor is positioned to the place where the symbol is defined.
Now, with your extension installed, the display changes a bit (it is annotated):
...and CMD_CLICK opens a popup-window, showing twice the same reference:
I suspect, this is because the symbol is shown twice in the hovering information. It is not such a big thing, but a bit annoying, if you just expect one place to be shown.
Regards