VS Code: Control New Tab Position
Check out a small VS Code setting that can actually make a big difference in your workflow.
VS Code: Scroll with Middle Click
Learn how to enable a setting that will let you scroll using the middle mouse button.
VS Code: Find As You Type
Find out how to configure the editor to highlight search results only when hitting Enter.
VS Code: Floating Window
Learn how to detach tabs into their own windows, customize your layout, and use a few handy commands to manage windows more efficiently.
VS Code: Simple Dialog
Learn more about VS Code’s Simple Dialog – a cleaner and faster alternative to your system’s file dialog.
Why Doesn’t Yarn Create a node_modules Directory?
Discover why Yarn no longer creates the node_modules directory and how the new approach boosts performance. Learn how to switch back if needed.
VS Code – How to Use Custom Font
Learn how to install and set up a custom font in VS Code with this step-by-step tutorial.
Why Static Methods in Laravel Can Be Risky
Find out why static methods can cause problems, when you shouldn’t use them, but also the few cases where they actually make sense.