Open Symmettry opened 8 months ago
Should be fixable by moving the caret a character backwards on function auto complete
aight lemme test
wait where do i do that
settings.gd I believe, around the end in the "autocomplete" function
There's no signal in Godot attached to CodeEdit that's called on autocomplete accept, so without a hacky method I doubt this is possible
yeah the only way i could think is one that’s very annoying to implement
When autocompleting a function it will put you at the end of the parenthesis
like doing
waf -> waffle() will put your cursor at the end so you type "waffle()1" instead of in the parenthesis of "waffle(1)", which is annoying