Open
Description
Tested versions
v4.2.1.stable.official [b09f793]
System information
Godot v4.2.1.stable - Linux Mint 21.2 (Victoria) - X11 - Vulkan (Mobile) - dedicated NVIDIA GeForce GTX 1080 (nvidia; 535.129.03) - AMD Ryzen 9 3900X 12-Core Processor (24 Threads)
Issue description
Autocomplete includes unnecessary quotes when using event
from func _input(event)
and load()
. #81833 partially fixed autocomplete quotes reported in #48436 (as demonstrated in video below), but it still happens in this scenario with _input
and load()
(load()
example not shown).
Steps to reproduce
Ignore line 9, was just experimenting.