a vscode productivity extension that helps you set reminders for upcoming tasks. :)
[TURN OFF DO NOT DISTURB MODE IN VSCODE TO MAKE THIS WORK]
used claude for helping me with the command register and regex stuff.
a vscode productivity extension that helps you set reminders for upcoming tasks. :)
[TURN OFF DO NOT DISTURB MODE IN VSCODE TO MAKE THIS WORK]
used claude for helping me with the command register and regex stuff.
i built a vscode extension that lets users set reminders for future tasks. this was my first vscode extension build. i enjoyed the overall process of making this extension except for the countless time i had to spend on REGEX STUFF WHICH I HATE. i tried to make a basic working version and have explained all the features in the readme so i hope it is easily understandable. initially, i was a bit confused on working with vscode stuff by coding in js but i got used to it after a few functions and a few sips of monster ;)
Ctrl+Shift+P to fire up the command palette.delete active reminders and you will see an option saying remindMe: Manage/Delete active reminders. Press enter.OK.Log in to leave a comment
Log in to leave a comment
since i have made the major update to the extension already, this is just a qol update to it. whenever the user set s a reminder then the text // REMINDER SET FOR TITLE IN TIME shows in the line where the #REMIND had been triggered. But, if the user does too many reminders then this may increase the lines of code.
so to fix this the user can fire up the command palette in vscode and simply choose Remove residue. this will remove the // REMINDER SET … lines from the code. and ur code looks great as before !!!! ![]()
this update was a quite simple one, i just had to tweak a few parts of the old code and add a small block of code related to registering this command. it checks for the // REMINDER SET FOR … IN … using regex and removes the line. if no line found, it does nothing.
i have used regex so much in this project but still im so much confused in regex code. shoutout to all regex translator websites that have been helping me lol, and claude too for helping me with regex stuff.
Log in to leave a comment
THIS DOESNOT WORK IF DO NOT DISTURB MODE IS TURNED ON IN VSCODE. I THOUGHT MY CODE WAS MESSED UP BUT GUESS WHAT, THE DND WAS ON IN VSCODE AND THE REMINDER WAS NOT BEING SHOWN. SO FOR IT TO WORK PLZ TURN OFF DND IN VSCODE.
sry for the caps, had to let my anger flow somewhere..
but yeah, finally this is working. really excited to work on other aspects like writing the FAQ guide for this extension, buiding a basic branding and all.
lets hope i get htis done before deadline 
Log in to leave a comment
-hey there, spent A LOT of time trying to debug my code and finally came up with the solution of the remind feature. yepp it works now finallyyy, woohoo.
[time][unit] [task] for exmple: 10m fix the function
Log in to leave a comment
new syntax is // #REMIND (number) H/M/S info
Log in to leave a comment
#REMIND N HOURS <TEXT> where N is an integer so for now the extension is limited to minimum 1 hour but i am trying to make it available for any time the user wants. will introduce that in the next update.peace out!
Log in to leave a comment