What small hacks, or tips that you can tell a beginner coder?
Let me start !!!
Jump start coding from command line using
code .
to open your current directory in vscode.Just
ctrl + x
to cut the current line.Using
ctrl + f
to find functions named variables instead of scrolling.
Now you go, Let's make a list of whole productivity tips that beginner might not know
Top comments (1)
Use
ctrl + p
in order to find files just typing the name or part of the path related to itMove code lines using
alt + down/up