godotengine / godotengine/godot-vscode-plugin
Add a way to disable formatting on a piece of code
- Dominant language
- TypeScript
- Stars
- 2.1k
- Forks
- 257
- PR merge metrics
- No merged PRs in 30d
Description
### Godot version
4.3.stable
### VS Code version
1.95.3
### Godot Tools VS Code extension version
2.3.0
### System information
Windows 10
### Problem statement


Sometimes a part of the code is more readable if various elements are aligned manually instead of using auto formatting. Clang-format has this feature where auto formatter ignores the lines between `// clang-format off` and `// clang-format on` .
### Proposed solution

Contributor guide
Assessment
This issue has not been assessed yet.