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

Editor: Fix Ctrl+Click on enum values ​​does nothing #101127

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

Conversation

dalexeev
Copy link
Member

@dalexeev dalexeev commented Jan 4, 2025

@dalexeev dalexeev force-pushed the gds-edit-fix-enum-value-ctrl-click branch from 71add55 to 4cef91e Compare January 4, 2025 14:29
@HolonProduction
Copy link
Member

This doesn't work across preloaded scripts. It jumps to the right line but not to the right file.

# a.gd
enum Test {
    E1,
    E2,
}
# b.gd
const A := preload("a.gd")

func _init():
    A.Test.E1 # Looking up E1 here doesn't jump to a.gd

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
2 participants