-
-
Notifications
You must be signed in to change notification settings - Fork 21.6k
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 does not always work (regression in 4.0 RC 1) #73167
Comments
Yeah symbol lookup seems to have problems. |
@BetaMaxHero Please upload a minimal reproduction project to make this easier to troubleshoot. If you paste the same script in 3.5.1 (and adapt it so it works there), does Lookup Symbol work there? |
Hi, Was using 3.x before using 4.0, and this was never an issue. "Lookup Symbol" is an IDE feature I use ALOT. Jesse |
I tested this in 3.5.1.stable on Ubuntu, there was a similar problem: the |
This reverts commit 7eb6367. Fixes godotengine#73058. Fixes godotengine#73167. This caused regressions, we'll retry with fixes for 4.1.
Godot version
v4.0.rc1.official [8843d9a]
System information
Windows 11 Pro 64Bit
Issue description
Hi,
Found a rather annoying bug in 4.0 RC1 official on Windows 11:
When right clicking on a function in code and selecting "Lookup Symbol" - it does not always work?
Sometimes it works, sometimes it does not work?
Any ideas?
Jesse
Steps to reproduce
Right click on a function in code and select "Lookup Symbol".
(it does not work always?)
Minimal reproduction project
N.A.
The text was updated successfully, but these errors were encountered: