-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpittfalls.txt
More file actions
37 lines (22 loc) · 732 Bytes
/
Copy pathpittfalls.txt
File metadata and controls
37 lines (22 loc) · 732 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
vs code is just a simple text editor
tons of productivity boosters
code .
code xyz.js
less mouse you use, the better
quicker done with keyboard
Ctrl + P (papa)
type ">" -> it means "Ctrl + Shift + P"
type "@" -> to go to any symbol
#NAR -> no need to type all the letters, just camel case ones are enough
Ctrl + G (Golf)
to go to specific line
Ctrl + D (delta), select other instances
Holding down Alt + Clicks -> creates multiple cursors
Alt + down/up arrow
Alt + Shift + down/up arrow
highlight lines by Ctrl + L
then Ctrl + / to add comments
Better Comments extension
Toggle Terminal Ctrl + +
create custom snippets/boilerplate
nested directories can be created on the File Explorer panel when creating a new File