Fly with code

Get wet inside ocean of code

0%

Boost your coding speed with hotkeys on VScode

Wrapping individual lines with Abbreviation

Demo is here
Set up your hotkey in VScode, as in the demo video showed,
you can set up as “Shift+Ctrl+A”

  • Copy and paste your text first.
  • Then select all the test you want to wrap in.
  • Type “Shift+Ctrl+A”.
  • Use the syntax you want to wrap the text.

Search specified file

Enable CSS source maps in Chrome DevTools

1
ctrl + p + file name

If you want to land at specified line of code

1
ctrl + p + file name + line number

Select all occurrences of current selection

  • Pick a few line with the same structure
  • Then use hotkey to edit all at once
1
ctrl + shift + l

Add selection to next Find match

  • pick the targeted text
  • Use hotkey to pick all texts got the same name with targeted text in codes
    1
    ctrl + d

Jump to next line of code

1
ctrl + enter

Back to previous line of code

1
ctrl + shift + enter

Cheat Sheet for VScode