You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most 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.
The text was updated successfully, but these errors were encountered:
All hover results are generated in the Rust Language Server. I'm not knowledgeable in Rust, so the cause for only giving hover results on the first Event but not the second might have already been explained in their Issues, but if not then opening an issue there would be the proper course of action.
norru
changed the title
Hover/navigate to symbol works only partially [LSP4E, RLS
Hover/navigate to symbol works only partially [LSP4E, RLS]
Aug 14, 2018
Most symbols hover yield to the following in the logs:
as a result, hover click on non-leaf symbols
doesn't have any effect.
For instance, in a line such as
Hover/navigate works for the symbols
PickMinion
,position
and the first instance ofEvent
Hover/navigate does not work for the symbols
Message
, seconds instance ofEvent
Expected action would be to always be able to hint/navigate to where any symbol is defined.
The text was updated successfully, but these errors were encountered: