🔍 Multiline Editing
Quickly edit matching text on multiple lines
✨ Trick - Multiline Editing
Find a symbol in your code that’s used multiple times, like a variable name. Put your cursor on the symbol and press ctrl+d
. It will find the next match and place an extra cursor on it, making name changes much faster.