/productivity-pack

Productivity extension pack for Visual Studio Code

Banner

Productivity Pack

The productivity pack includes Visual Studio Code extensions that will streamline the workflow for any developer.

I love building tools that make developers happy. I actively contribute to Code Time, one of the extensions included here.

The productivity pack includes:

Why should you use these extensions?

Pomodoro

Pomodoro is a simple pomodoro timer that helps you focus and get in flow.

The concept behind the Pomodoro Technique is quite simple: focus on a single task for 25 minutes, followed by a 5 minute break. Every fourth break will be a bit longer, at 15 minutes. Following the pomodoro pattern breaks your day into 130-minute intervals.

Pomodoro for VS Code

Simple Timer

Simple Timer quickly generates a timer in your status bar for however long you'd like, making it a great tool for setting custom time intervals for deep work.

Simple Timer for VS Code

Code Time

Code Time is an open source extension that provides automatic programming metrics directly inside Visual Studio Code. See what time you code best, find your flow, and learn from your data.

Code Time for VS Code

Todo Tree

Todo Tree will automatically create a tree in your explorer pane that organizes your TODO and FIXME comments so that you can quickly jump to specific parts of the codebase that need to be reworked. When you open a file, it will also highlight each TODO.

Todo Tree for VS Code

Bookmarks

Bookmarks enables you to mark and label parts of the codebase that you would like to return to later. When you need to find a bookmark, you can either search through your bookmarks, or use the bookmarks organizer in the Activity Bar.

Bookmarks for VS Code

File Utils

File Utils adds a handful of useful commands to delete, duplicate, move, and rename files from the command palette. This handy extension will save you a few mouse clicks.

File Utils for VS Code

Code Spell Checker

Code Spell Checker will help catch common spelling errors while keeping the number of false positives low. With Code Spell Checker, you can save yourself from tedious proofreading.

Code Spell Checker for VS Code

Project Manager

Project Manager keeps track of your projects so you can easily switch between projects. Access all of your saved projects from the command palette or sidebar.

Project Manager for VS Code

Settings Sync

Settings Sync synchronizes settings, snippets, themes, file icons, launch, keybindings, workspaces and extensions across multiple machines using GitHub Gist. Never set up your workspace from scratch again.

Settings Sync for VS Code

Have a suggestion?

Submit a PR to the GitHub repo.