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

Fix enum value lookup jump #102401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HolonProduction
Copy link
Member

Alternative to #101127 that also sets the correct lookup target and script

Fixes #101089

Known issues:

  • With this pr enum values will resolve to a lookup target that points to the actual enum and not only the class containing the enum. The editor is not able to resolve the documentation for this nested target (it is able if the nested element is a class, but it doesn't seem to handle enums). I don't have the insight on how the documentation is resolved to fix this.

@Repiteo
Copy link
Contributor

Repiteo commented Feb 4, 2025

My b on merging the prior PR a bit too quickly; feel free to revert those changes here if you deem it necessary

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ctrl-Click on enum value/member does nothing
3 participants