question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Hover/navigate to symbol works only partially [LSP4E, RLS]

See original GitHub issue

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.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (4 by maintainers)

github_iconTop GitHub Comments

0reactions
norrucommented, Nov 5, 2018

This now works for everything except for Enum names.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found