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

Argument hint does not appear #95986

Closed
KoBeWi opened this issue Aug 23, 2024 · 3 comments · Fixed by #96326
Closed

Argument hint does not appear #95986

KoBeWi opened this issue Aug 23, 2024 · 3 comments · Fixed by #96326

Comments

@KoBeWi
Copy link
Member

KoBeWi commented Aug 23, 2024

Tested versions

Broken 4.4 dev a1acd38
Works 4.3 stable

System information

Windows 10.0.19045 - Vulkan (Forward+) - dedicated NVIDIA GeForce GTX 1060 (NVIDIA; 31.0.15.4633) - Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz (8 Threads)

Issue description

godot.windows.editor.dev.x86_64_2PFf18IkQx.mp4

While in stable:

godot_F1cOyfOgRG.mp4

Steps to reproduce

  1. Open script editor
  2. Type some method name
  3. The argument list does not appear

Minimal reproduction project (MRP)

N/A

@matheusmdx
Copy link
Contributor

Strange, im using the same version and the editor show the args normally

unknown_2024.08.23-17.02.mp4

Can you show the entire code? Maybe is like #92226 that happens in specific cases depending on the code position.

@HolonProduction
Copy link
Member

HolonProduction commented Aug 24, 2024

I can't reproduce as well on v4.4.dev.custom_build [e3550cb], would be great if you shared the script.

On a different note could you see whether the regression stems from #94082 (0abd0ae).

@KoBeWi
Copy link
Member Author

KoBeWi commented Aug 28, 2024

It's because I have text_editor/completion/auto_brace_complete disabled. I get the hint when I add closing brace.
image
image

EDIT:
Reverting 0abd0ae seems to fix it.

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

Successfully merging a pull request may close this issue.

3 participants