Constantly switching between different tasks and tools requires your brain to jump from one thought process to another. Developers often prefer long blocks of uninterrupted work to get into deep work.
Extensions that help you stay in the editor reduce context switching and help you reach the state of flow.
Let’s look at some of the most useful ones.
Git History helps you avoid switching from VS Code editor to GitHub. It'll show you:
The Image Preview extension provides inline previews for images included HTML file types. The extension shows a pop-up window in the editor surface, and an optional image preview in the gutter, which can be toggled on or off in User Settings.
Stepsize allows you to:
It is an excellent tool to reduce tool switching while improving your codebase.
Browser Preview for VS Code enables you to open a real browser preview inside your editor that you can debug.
• Browser preview inside VS Code (Powered by headless Chromium). • Ability to have multiple previews open at the same time. • Debuggable. Launch urls and attach Debugger for Chrome to the browser view instance, and debug within VS Code.
The Remote - Containers extension lets you use a Docker container as a full-featured development environment. Whether you deploy to containers or not, containers make a great development environment because you can:
• Develop with a consistent, easily reproducible toolchain on the same operating system you deploy to. • Quickly swap between different, separate development environments and safely make updates without worrying about impacting your local machine. • Make it easy for new team members / contributors to get up and running in a consistent development environment.
This extension is a must for devs who are dealing a lot with CSV files. It provides read-only viewers for CSV files and Excel spreadsheets within the current VS Code workspace, and will easily save you hours of work!
Dash is an API Documentation Browser and Code Snippet Manager. Dash instantly searches offline documentation sets for 200+ APIs, 100+ cheat sheets and more. You can even generate your own docsets or request docsets to be included.
Vsinder is a dating app for devs where you swipe on code. If you think this is crazy, just check out this review!