We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
4.3.stable
1.94.2
2.3.0
Windows 11
Scientific notation formatting adds a space around the "-" or "+".
var my_tiny_number = 1e-6
is formatted to
var my_tiny_number = 1e - 6
(which is syntactically invalid GDScript.)
Previously reported in #653, but PR #605 referenced in that issue is now merged, but the scientific notation issue persists.
Create a GDScript file containing
Format the file.
The text was updated successfully, but these errors were encountered:
This should be fixed in the next release.
Sorry, something went wrong.
No branches or pull requests
Godot version
4.3.stable
VS Code version
1.94.2
Godot Tools VS Code extension version
2.3.0
System information
Windows 11
Issue description
Scientific notation formatting adds a space around the "-" or "+".
is formatted to
(which is syntactically invalid GDScript.)
Previously reported in #653, but PR #605 referenced in that issue is now merged, but the scientific notation issue persists.
Steps to reproduce
Create a GDScript file containing
Format the file.
The text was updated successfully, but these errors were encountered: