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

"Lookup Symbol" right-click menu option often does nothing, even when ctrl-clicking works normally #79060

Closed
vpellen opened this issue Jul 5, 2023 · 3 comments

Comments

@vpellen
Copy link

vpellen commented Jul 5, 2023

Godot version

v4.1.rc3.official [cdd2313]

System information

Windows 11

Issue description

Right clicking on text in the code editor and selecting "Lookup Symbol" doesn't seem to work for properties and functions. Seems to work okay for class names. Thought this functionality was completely broken until I learned that you could ctrl+click on things. Menu seems to recognize which things are symbols it can look up (e.g. the menu option won't show up for a random string constant, but it will show up for a class method, even if clicking "Lookup Symbol" does nothing), but the functionality itself seems broken.

Steps to reproduce

Right clicking on most methods or properties seems to trigger this, though it does seem to work on methods that are defined in the same file that you're editing?

Minimal reproduction project

N/A: editor issue

@Calinou
Copy link
Member

Calinou commented Jul 5, 2023

@KoBeWi
Copy link
Member

KoBeWi commented Jul 5, 2023

Might be related: #73196
You can check if it fixes the issue.

@Calinou
Copy link
Member

Calinou commented Jul 17, 2023

Consolidating in #73480, as this is the same issue.

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