Closed hero-clashes closed 2 years ago
3.5.stable
1.69
1.1
Win 10
the autocomplete is adding twice the " as needed
1- type Input.is_action_pressed(): 2- add "" inside the closures 3- choose an option from the list 4- it will become Input.is_action_pressed(""ui_accept""):
Input.is_action_pressed():
Input.is_action_pressed(""ui_accept""):
Duplicate of https://github.com/godotengine/godot/issues/48436. Please search in both open and closed issues before opening an issue :slightly_smiling_face:
Godot version
3.5.stable
VS Code version
1.69
Godot Tools VS Code extension version
1.1
System information
Win 10
Issue description
the autocomplete is adding twice the " as needed
Steps to reproduce
1- type
Input.is_action_pressed():
2- add "" inside the closures 3- choose an option from the list 4- it will becomeInput.is_action_pressed(""ui_accept""):