| Action | Custom | VSCode |
|---|---|---|
| Find Usages | Alt+Shift+F12 | Alt+Shift+F12 |
| Show Usages | Shift+F12 | Shift+F12 |
| Toggle Case | ||
| Back | Alt+Left | Alt+Left |
| Forward | Alt+Right | Alt+Right |
| Go to File | Crtl+P | Ctrl+P |
| Go to Symbol | Ctrl+Shift+O, Ctrl+T | |
| Go to Row | Ctrl+G | Ctrl+G |
This document defines a standard for code structure and format as well as patterns for Unity projects.
Favor clarity and readability over optimization. Optimization should only happen once the need is confirmed.
The C# XMLdoc standard is used as it is readable by various IDEs as well as documentation generators. Use of the C# XML Documentation Comments plugin is recommended