DEV Community

Pratik sharma
Pratik sharma

Posted on

Productivity tips/hacks that you use,coding in VScode

What small hacks, or tips that you can tell a beginner coder?

Let me start !!!

  1. Jump start coding from command line using code . to open your current directory in vscode.

  2. Just ctrl + x to cut the current line.

  3. 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)

Collapse
 
erickvh_ profile image
Erick Ventura • Edited
  1. Use ctrl + p in order to find files just typing the name or part of the path related to it

  2. Move code lines using alt + down/up