You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Autocomplete hijacks home and end keys. This makes writing code very annoying as you need to speficically close the autocomplete popup before you can continue coding.
Autocomplete should use only strictly necessary keys it needs to work but not keys which are usually used when writing a line of code. Acceptable keys would be up/down arrow keys, page up/down, esc.
Steps to reproduce
First write this
varidget_parent()
Then add = between id and get_parent() to open the autocomplete popup.
Try to move to the end of the code line by pressing end key
-> It doesn't work. Autocomplete popup has got the focus and selection moves to the end of the list.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered:
Godot version
v4.0.beta12.official [3c9bf4b]
System information
Windows 10
Issue description
Autocomplete hijacks home and end keys. This makes writing code very annoying as you need to speficically close the autocomplete popup before you can continue coding.
Autocomplete should use only strictly necessary keys it needs to work but not keys which are usually used when writing a line of code. Acceptable keys would be up/down arrow keys, page up/down, esc.
Steps to reproduce
=
betweenid
andget_parent()
to open the autocomplete popup.-> It doesn't work. Autocomplete popup has got the focus and selection moves to the end of the list.
Minimal reproduction project
N/A
The text was updated successfully, but these errors were encountered: