Replies: 1 comment
-
|
Just turn it off or use a different one. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This plugin's formatter capabilities are largely abandoned. Most issues related to the formatter are being ignored and related PRs are basically in limbo. It occurs to me that the plugin tries to do two things which should be split into multiple VSCode plugins:
Connect to Godot language server, provide basic linting and documentation tooltips, autocomplete, etc (essentially, all functionality that does not edit the user's code).
A formatter that follows some arbitrary style guide.
As formatting styles can be fairly opinionated, I don't think this two functions should be married to each other in the same plugin.
Beta Was this translation helpful? Give feedback.
All reactions