Face

Results 45 comments of Face

The comments are reset when another file extension is opened, so it's weird that this happens https://github.com/face-hh/griddycode/blob/master/Scripts/lua_singleton.gd#L329

Currently unreproducible on v1.0.4

Should be fixable by moving the caret a character backwards on function auto complete

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