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
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
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
Jump to next line of code
Back to previous line of code
Cheat Sheet for VScode