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

Can't jump to autoload members using Lookup Symbol #73058

Closed
KoBeWi opened this issue Feb 10, 2023 · 3 comments
Closed

Can't jump to autoload members using Lookup Symbol #73058

KoBeWi opened this issue Feb 10, 2023 · 3 comments

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Feb 10, 2023

Godot version

4.0 RC1

System information

Windows 10 x64

Issue description

When you have any autload with any method, the method completes correctly, but you can't Ctrl+Click to go to its definition.

godot_MLhgtGOl4l.mp4

Steps to reproduce

  1. Have autoload script
  2. Add any method
  3. Call this method in some script
  4. Try to go to definition

Minimal reproduction project

N/A

@Calinou Calinou changed the title Can't jump to autoload members Can't jump to autoload members using Lookup Symbol Feb 12, 2023
@Vilcrow
Copy link
Contributor

Vilcrow commented Feb 13, 2023

Does it work in 3.5.1 for you?

@KoBeWi
Copy link
Member Author

KoBeWi commented Feb 13, 2023

It works fine in 3.5.1

I made a minimal reproduction project:
JumpoloadBug.zip

Open the AutoloadUser.gd and try to go to a_function().

@Vilcrow
Copy link
Contributor

Vilcrow commented Feb 13, 2023

Yeah, the reason of this bug is #72789. The PR #73196 must fix it.

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

No branches or pull requests

3 participants