Skip to content

Instantly share code, notes, and snippets.

@Peaj
Peaj / Coding Conventions.md
Created January 31, 2023 12:14
Coding Conventions.md

This document defines a standard for code structure and format as well as patterns for Unity projects.

Simplicity

Favor clarity and readability over optimization. Optimization should only happen once the need is confirmed.

Documentation

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

@Peaj
Peaj / IDE Keyboard Shortcuts.md
Created January 23, 2023 23:05
IDE Keyboard Shortcuts.md
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