Vi Project Manager for Visual StudioYour tasks, your timer, and your commits — in the IDE, not in a browser tab. Vi Project Manager brings your Vi work queue directly into Visual Studio. Pick up a task, start coding, and let the extension handle the bookkeeping: the timer starts when you do, and finishing a task commits and pushes your work with the task id already in the message. Commit & CloseThis is the part you will notice on day one. When you mark a task Done:
If nothing was staged, the extension asks before closing the task with no changes attached. If a merge is still unresolved, it refuses to close the task at all — closing cannot be undone, and a half-finished merge is not something to discover afterwards. Commits are also linked back to the task in Vi, so a task's history shows what actually shipped. Only commit metadata is sent — never your source code. Your task list, in a tool window
A timer that runs itselfSet a task to In Progress and the timer starts. Switch tasks, pause, or finish, and it stops. The elapsed time shows in the panel while you work, and it is the same timer the web app sees — no double entry, no forgotten stopwatch. Shelve and restoreMoving a task from In Progress to Queued or Blocked offers to stash its working-tree changes, and picking the task back up offers to restore them. Your half-finished work stays with the task it belongs to instead of leaking into the next commit. Subtasks that close cleanlyClosing a subtask commits your work but does not push — the push belongs to the real task. When you close the last open subtask, the extension asks whether to finish the parent too, and if you say yes it closes it and pushes everything at once. Team chat
Direct messages and group rooms with unread counts, so a quick "is this ready to merge?" does not cost you a context switch. Getting started
Your access token is stored in the Windows Credential Manager, not in a settings file. Requirements
Good to know
Links |