Hover/navigate to symbol works only partially [LSP4E, RLS]
See original GitHub issueMost symbols hover yield to the following in the logs:
org.eclipse.corrosion.rls to LSP4E:{"jsonrpc":"2.0","id":1189,"result":{"contents":[],"range":null}}
as a result, hover click on non-leaf symbols
- module names
- trait names
- macros
doesn’t have any effect.
For instance, in a line such as
Message::Event(Event::PickMinion(position))
Hover/navigate works for the symbols PickMinion
, position
and the first instance of Event
Hover/navigate does not work for the symbols Message
, seconds instance of Event
Expected action would be to always be able to hint/navigate to where any symbol is defined.
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Eclipse LSP4E
Find References in Eclipse IDE, relying on language server results; Rename elements according to langauge server proposal; View Symbols in Outline/Quick Outline ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
https://github.com/rust-lang-nursery/rls/issues/991
This now works for everything except for Enum names.