<aside> <img src="notion://custom_emoji/7843228e-d31a-4fdf-bbe8-f6274ae60ddd/3583a852-a1dd-8092-8b55-007a6e2dce21" alt="notion://custom_emoji/7843228e-d31a-4fdf-bbe8-f6274ae60ddd/3583a852-a1dd-8092-8b55-007a6e2dce21" width="40px" />
This Project is the part of Jargoniseasy.com ecosystem. Developed and Maintain by Khishamuddin Syed (webkmsyed)
</aside>
devflow-suite
jargoniseasy
webkmsyed
graph TD
%% Styling
classDef main fill:#3b82f6,stroke:#1e3a8a,stroke-width:2px,color:#fff
classDef sub fill:#f1f5f9,stroke:#3b82f6,stroke-width:1px,color:#0f172a
classDef system fill:#22c55e,stroke:#14532d,stroke-width:2px,color:#fff
classDef storage fill:#f59e0b,stroke:#78350f,stroke-width:1px,color:#fff
Root([DevFlow Suite]):::main
%% Task Management
Root --- Tasks[Task Management]:::main
Tasks --- Scan[Smart Scanner]:::sub
Tasks --- Explorer[Sidebar Explorer]:::sub
Scan --- Extracted[Todo and Fixme Comments]:::sub
Explorer --- Folders[User Folders]:::sub
Explorer --- Pri[Priority Tab]:::sub
Explorer --- Recycle[Recycle Bin]:::sub
%% Pin System
Root --- Pins[Pin System]:::main
Pins --- Manual[Manual Pin]:::sub
Pins --- Auto[Auto-Pin Timer]:::sub
Pins --- Diff[Git-Style Diff View]:::sub
Pins --- Meta[Tags and Stars]:::sub
%% Timeline
Root --- Timeline[Timeline and Audit]:::main
Timeline --- Events[Action Logging]:::sub
Timeline --- Export[Export Engine]:::sub
Export --- JSON[JSON and CSV]:::sub
Export --- PDF[HTML and PDF Report]:::sub
%% Local Engine
Root --- Engine[Local Engine]:::system
Engine --- GState[VS Code GlobalState]:::storage
Engine --- LFS[Local Filesystem]:::storage
Engine --- Privacy[100 Percent Private]:::system
%% Colors
style Tasks fill:#3b82f6,color:#fff
style Pins fill:#8b5cf6,color:#fff
style Timeline fill:#ec4899,color:#fff
style Engine fill:#10b981,color:#fff
Day 01
Building a VS Code Extension. And I'm documenting everything.
Hi everyone, I’m Khishamuddin (@webkmsyed).
Problem: I’ve realized something incredibly annoying about my workflow lately.
We have Git to track every single character of code we write. We have debuggers to catch every error. But what happens to the process? What happens to the raw thoughts, the temporary // TODO: fix this later notes, or the comments we write and delete before making a final commit?
They just vanish.
Yesterday, I lost a specific logic flow I had mapped out in a comment simply because I deleted it, switched branches, and forgot about it. I searched the VS Code marketplace for a tool that manages "Comment History" or treats temporary developer logs and TODOs as a proper, trackable system.
Result? Nothing useful.
Most tools just highlight comments or summarize them. None of them actually act as a "time machine" for your thoughts while coding.
Why am I doing this?
And most importantly, to document the process so others can learn from it
What’s coming?
If you’ve ever struggled with:
then this journey might be useful for you.
I’ll be posting regular updates here on X, LinkedIn, and writing detailed logs in my Notion + future blog. (All links will be posted soon)
X:
https://x.com/webkmsyed/status/2052000909165813899?s=20
Day 02
Day 03-04
Day 05
Day 06