# Code formatting for C# ## Recommended IDE - VSCode ## Code Formatting (Setup) - Install the C# extension - Ensure that `Format: Enable` is checked in `Settings > Extensions > C# Configuration` - The standard shortcut for formatting (`Ctrl + Alt + F`) might not be working correctly, you can force _VSCode_ to format the file by pressing `Ctrl + Shift + P`, typing `Format` and clicking on `Format Document`.