Ex_Files_Advanced_Java_Threads.zip
124.3 KB
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1π1
These underrated VS Code shortcuts & tips are about to take you one step closer to 10x dev mode.
Developers lose hours every week just navigating their editors inefficiently. Whether youβre debugging, refactoring, or exploring codebases, small improvements compound fast.
Master these if you want to move faster in VS Code:
1. Must-know Shortcuts
βͺοΈCmd/Ctrl + P: Quick file navigation
βͺοΈCmd/Ctrl + Shift + O: Jump to symbol in file
βͺοΈCmd/Ctrl + Shift + L: Select all instances of selected word
βͺοΈCmd/Ctrl + D: Add next occurrence to selection
βͺοΈCmd/Ctrl + B: Toggle sidebar
βͺοΈCmd/Ctrl + /: Toggle line comment
2. Editor Tricks
βͺοΈCmd/Ctrl + Shift + \\: Jump to matching bracket
βͺοΈCmd/Ctrl + Shift + β: Expand selection smartly
βͺοΈCmd/Ctrl + K Cmd/Ctrl + S: Open all shortcut mappings
3. Multi-Cursor Power
βͺοΈOption/Alt + Click: Add cursors manually
βͺοΈCmd/Ctrl + Alt + Down/Up: Add cursors line by line
βͺοΈUse for bulk edits, HTML tag renaming, and...
Developers lose hours every week just navigating their editors inefficiently. Whether youβre debugging, refactoring, or exploring codebases, small improvements compound fast.
Master these if you want to move faster in VS Code:
1. Must-know Shortcuts
βͺοΈCmd/Ctrl + P: Quick file navigation
βͺοΈCmd/Ctrl + Shift + O: Jump to symbol in file
βͺοΈCmd/Ctrl + Shift + L: Select all instances of selected word
βͺοΈCmd/Ctrl + D: Add next occurrence to selection
βͺοΈCmd/Ctrl + B: Toggle sidebar
βͺοΈCmd/Ctrl + /: Toggle line comment
2. Editor Tricks
βͺοΈCmd/Ctrl + Shift + \\: Jump to matching bracket
βͺοΈCmd/Ctrl + Shift + β: Expand selection smartly
βͺοΈCmd/Ctrl + K Cmd/Ctrl + S: Open all shortcut mappings
3. Multi-Cursor Power
βͺοΈOption/Alt + Click: Add cursors manually
βͺοΈCmd/Ctrl + Alt + Down/Up: Add cursors line by line
βͺοΈUse for bulk edits, HTML tag renaming, and...
β€8π4π1π₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€6π2π₯1
Please open Telegram to view this post
VIEW IN TELEGRAM
β€1
Some data structure lessons for you
A special data structure called XOR linked list which is useful for when you are going to only iterate over a linked list from start to end.
A special data structure called XOR linked list which is useful for when you are going to only iterate over a linked list from start to end.
π2β€1