godotengine / godot-vscode-plugin

Godot development tools for VSCode
MIT License
1.47k stars 148 forks source link

More Formatter Fixes #672

Closed DaelonSuzuka closed 5 days ago

DaelonSuzuka commented 1 week ago

Address #671 + more issues

limbonaut commented 1 week ago

I tested 31564cf with various scripts in our project. Seems good, only one minor issue found.

Issue: Format string operator and arrays

"%s - %s" % [array[idx], other_var]

↓↓↓↓↓

"%s - %s" % [array[idx],other_var]
DaelonSuzuka commented 5 days ago

Alright, I'm gonna merge this just to get the comment removal bug out of master.