The ultimate productivity tool for VSCode. Break down your codebase into customized tasks, collaborate with your team in real-time, track work and visualize progress.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Introducing Reflow, the ultimate productivity tool for programmers! 🚀
With Reflow, you can:
Break down your codebase into customized tasks
Create multiple workspaces, boards and statuses to track projects and sprints
Assign priority, tags, and users directly to the task
Collaborate in real-time with team members within VSCode
Link tasks to code snippets and files
🔥 Features
Link tasks to multiple code snippets and files
Link each task to code snippets to remember what files and lines of code you are working on. Easily open the code context with the </> button on the task.
Collaborate with your teammates
Invite your teammates to your workspace, assign tasks to multiple users and collaborate in real-time directly within VSCode.
Customize your workspace, boards, and statuses
Create multiple workspaces and swtich between them to use Reflow in different projects. Create multiple boards within a workspace to keep your sprints organized. Create different statuses within each board suchs as TODO, IN PROGRESS, DONE and reorder them to keep track of what needs to be done next.
Organize your tasks
Move tasks accross boards and statuses, use drag and drop to reorder the task within a status. Create different tags, create different subtasks, and mark them as completed once you are done. Filter tasks by tags within each status.
⚡ Keybindings
Create a task: ctrl+shift+t (windows) command+shift+t (mac)
This will open a create task modal, automatically filling context with the file and position of the cursor in the editor. Press enter to create the task (after typing the task name)
❓ Why we built it
We are tired of using external tools to keep track of our code. Switching between the editor and the browser is a distraction. But more importantly, tasks in other tools lack the most important context: the code. With Reflow we can finally link each task to different snippets of code and files, which brings clarity and meaning to the codebase.
🔒 Reflow NEVER reads or stores your code
We only store metadata about your code to keep the position of the context you created. When you create a code context we NEVER read or store your code in our servers. Under the hood, each time you click on your code context, Reflow performs a git diff command to move the position of the code context appropriately.
❤️ Send Feedback
We take feedback very seriously, Join our Discord or submit feedback to info@getreflow.com