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

Autocomplete works only from the beginning of the property/method name #71059

Closed
DarkMessiah opened this issue Jan 8, 2023 · 2 comments
Closed

Comments

@DarkMessiah
Copy link
Contributor

Godot version

v4.0.beta10

System information

Windows 10

Issue description

Autocomplete doesn't work if you type anything other than the first word.

For example, in GraphNode, if you type close you see only close_request (autocomplete doesn't show show_close)

Godot_v4.0-beta10_win64_ceft2PuFhF.mp4

Steps to reproduce

  1. Create GraphNode class
  2. Type close
  3. Try to find the show_close property

Minimal reproduction project

autocompletion_bug.zip

@akien-mga
Copy link
Member

Might be worth checking against #65655 (cc @Mickeon).

@HolonProduction
Copy link
Member

Seems fixed on master

Image

Image

@akien-mga akien-mga changed the title [4.0.beta10] Autocomplete works only from the beginning of the property/method name Autocomplete works only from the beginning of the property/method name Nov 26, 2023
@akien-mga akien-mga added this to the 4.2 milestone Nov 26, 2023
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