<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: GitAndRun</title>
    <description>The latest articles on DEV Community by GitAndRun (@gitandrundev).</description>
    <link>https://dev.to/gitandrundev</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4026635%2F1e91755c-7329-40d2-b6c8-af3ac1812a9c.png</url>
      <title>DEV Community: GitAndRun</title>
      <link>https://dev.to/gitandrundev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gitandrundev"/>
    <language>en</language>
    <item>
      <title>I kept losing my own ideas, so I built a VS Code todo list that reminds me before I forget</title>
      <dc:creator>GitAndRun</dc:creator>
      <pubDate>Mon, 13 Jul 2026 05:14:20 +0000</pubDate>
      <link>https://dev.to/gitandrundev/i-kept-losing-my-own-ideas-so-i-built-a-vs-code-todo-list-that-reminds-me-before-i-forget-5af2</link>
      <guid>https://dev.to/gitandrundev/i-kept-losing-my-own-ideas-so-i-built-a-vs-code-todo-list-that-reminds-me-before-i-forget-5af2</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh9b5zlsjvfvfdebiymrk.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fh9b5zlsjvfvfdebiymrk.gif" alt=" " width="760" height="614"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I message myself things on MS Teams so I won't forget them. A feature to add, a bug to fix, some idea I want to try. Then I forget them anyway. The message just sits in a chat I never reopen, and by the time I've got a free moment to do it, it's gone.&lt;/p&gt;

&lt;p&gt;So I built TodoPad, a todo list that lives in the VS Code sidebar, right where I work. It's in front of me instead of buried in a chat, and it can remind me before something slips.&lt;/p&gt;

&lt;p&gt;(It's free on the VS Code Marketplace and Open VSX, and the source is on GitHub under MIT. Links at the bottom.)&lt;/p&gt;

&lt;h3&gt;
  
  
  The part that actually matters: reminders
&lt;/h3&gt;

&lt;p&gt;Most todo extensions are just a list. You write something down and it sits there until you happen to look at it, which is the same reason my Teams messages never worked.&lt;/p&gt;

&lt;p&gt;TodoPad lets you set a reminder on any item. When it's due you get a VS Code notification with Mark Done, Snooze, or Dismiss. The part I actually needed: if you ignore it, it doesn't disappear. It comes back about a minute later and keeps nudging you until you deal with it. And because the reminder is saved with the task, it still works after you restart the editor.&lt;/p&gt;

&lt;h3&gt;
  
  
  What it does
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Two lists: a global one that follows you across every project, and a per-workspace one&lt;/li&gt;
&lt;li&gt;Quick-add with priority flags (!h / !l), drag to reorder, a small progress bar&lt;/li&gt;
&lt;li&gt;Reminders with notifications that re-fire if ignored and survive restarts&lt;/li&gt;
&lt;li&gt;Scans your code for TODO/FIXME/HACK/XXX and jumps you to the line&lt;/li&gt;
&lt;li&gt;Optional Jira, GitLab, and GitHub integration, so your assigned tickets and the MRs/PRs waiting on your review show up next to your todos&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Try it
&lt;/h3&gt;

&lt;p&gt;It shipped a few days ago so it's still early. If you try it, I'd genuinely like to know what's missing or what annoys you.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;VS Code Marketplace: &lt;a href="https://marketplace.visualstudio.com/items?itemName=gitandrun.todopad" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=gitandrun.todopad&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Open VSX (Cursor/Windsurf/VSCodium): &lt;a href="https://open-vsx.org/extension/gitandrun/todopad" rel="noopener noreferrer"&gt;https://open-vsx.org/extension/gitandrun/todopad&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Source (MIT): &lt;a href="https://github.com/gitandrun-dev/todopad" rel="noopener noreferrer"&gt;https://github.com/gitandrun-dev/todopad&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;And if it's useful to you, a star on the repo or a sponsor helps me keep building it: &lt;a href="https://github.com/sponsors/gitandrun-dev" rel="noopener noreferrer"&gt;https://github.com/sponsors/gitandrun-dev&lt;/a&gt;&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>showdev</category>
      <category>productivity</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
