Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigating to method calls within lambdas doesn't work correctly #219

Open
PiTheGuy opened this issue Aug 22, 2024 · 1 comment
Open

Navigating to method calls within lambdas doesn't work correctly #219

PiTheGuy opened this issue Aug 22, 2024 · 1 comment
Assignees
Labels
bug Something isn't working user interface affects the enigma ui

Comments

@PiTheGuy
Copy link
Contributor

When double-clicking a method call that's within a lambda in the show calls docker, it will open up the associated class, but won't move the caret or highlight the actual method call itself.

@ix0rai ix0rai added bug Something isn't working user interface affects the enigma ui labels Aug 22, 2024
@ix0rai ix0rai self-assigned this Aug 22, 2024
@PiTheGuy
Copy link
Contributor Author

PiTheGuy commented Mar 9, 2025

Since lambda methods are synthetic and never referenced directly, the decompiler never visits them, and tokens are never created for them during indexing. When it then tries to look up the token so it knows where to navigate, it doesn't find any and thus doesn't navigate anywhere within the class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working user interface affects the enigma ui
Projects
None yet
Development

No branches or pull requests

2 participants