Skip to content

Commit dbd3a64

Browse files
committed
visual studio and unity shortcuts
1 parent 625cdd8 commit dbd3a64

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

VisualStudioTips.md

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
## Visual Studio
2+
3+
#### Commenting
4+
- `ctrl-k` `c` – comment cursor
5+
- `ctrl-k` `t` – uncomment cursor
6+
7+
#### Formatting
8+
- `ctrl-k` `ctrl-f` – auto-format cursor
9+
- `ctrl-r` `ctrl-r` – rename
10+
11+
## Unity
12+
13+
#### General
14+
- `ctrl-p` – play
15+
- `ctrl-shift-p` – pause
16+
- `ctrl-shift-c` – show console

0 commit comments

Comments
 (0)