<?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: Meet Nakum</title>
    <description>The latest articles on DEV Community by Meet Nakum (@meet_nakum).</description>
    <link>https://dev.to/meet_nakum</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3949648%2F449da130-1a50-465d-9c88-6538c0275bd6.jpg</url>
      <title>DEV Community: Meet Nakum</title>
      <link>https://dev.to/meet_nakum</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/meet_nakum"/>
    <language>en</language>
    <item>
      <title>I got tired of re-explaining my codebase to ChatGPT — so I built a VS Code extension</title>
      <dc:creator>Meet Nakum</dc:creator>
      <pubDate>Sun, 24 May 2026 23:02:27 +0000</pubDate>
      <link>https://dev.to/meet_nakum/i-got-tired-of-re-explaining-my-codebase-to-chatgpt-so-i-built-a-vs-code-extension-4g78</link>
      <guid>https://dev.to/meet_nakum/i-got-tired-of-re-explaining-my-codebase-to-chatgpt-so-i-built-a-vs-code-extension-4g78</guid>
      <description>&lt;p&gt;Every developer using AI tools knows this pain.&lt;/p&gt;

&lt;p&gt;You open ChatGPT or Claude, excited to solve a problem, &lt;br&gt;
and the first 5 messages are just... explaining your project.&lt;/p&gt;

&lt;p&gt;"It's a Next.js app with MongoDB..."&lt;br&gt;
"The folder structure is like this..."&lt;br&gt;
"We're using TypeScript and..."&lt;/p&gt;

&lt;p&gt;By the time the AI actually understands your codebase, &lt;br&gt;
you've lost your focus.&lt;/p&gt;

&lt;p&gt;I got frustrated enough to build something about it.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;AICodeBridge is a free VS Code extension that analyzes &lt;br&gt;
your project and generates a clean Markdown file with:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Your tech stack (auto-detected)&lt;/li&gt;
&lt;li&gt;Project folder structure&lt;/li&gt;
&lt;li&gt;Key configuration files&lt;/li&gt;
&lt;li&gt;Recent git history&lt;/li&gt;
&lt;li&gt;Current errors from VS Code diagnostics&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;One click. Then paste into any AI tool and ask your question &lt;br&gt;
directly — no explaining needed.&lt;/p&gt;

&lt;h2&gt;
  
  
  It Works With Everything
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;GitHub Copilot (built-in, auto-attaches context)&lt;/li&gt;
&lt;li&gt;ChatGPT&lt;/li&gt;
&lt;li&gt;Claude&lt;/li&gt;
&lt;li&gt;Gemini&lt;/li&gt;
&lt;li&gt;Any AI tool via clipboard&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Three Modes
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Basic&lt;/strong&gt; — quick overview for debugging questions&lt;br&gt;
&lt;strong&gt;Tree&lt;/strong&gt; — full file structure for architecture help&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Full Code&lt;/strong&gt; — select specific files for deep code review&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built This
&lt;/h2&gt;

&lt;p&gt;I'm a CS student learning Flutter and MERN stack. &lt;br&gt;
I use AI tools every single day for my projects.&lt;/p&gt;

&lt;p&gt;The constant context-switching and re-explaining was &lt;br&gt;
killing my productivity. So I spent time building &lt;br&gt;
a proper solution instead of a hacky workaround.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try It
&lt;/h2&gt;

&lt;p&gt;Search &lt;strong&gt;AICodeBridge&lt;/strong&gt; in VS Code Extensions, &lt;br&gt;
or install directly:&lt;/p&gt;

&lt;p&gt;[&lt;a href="https://marketplace.visualstudio.com/items?itemName=nakummeet.aibridge" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=nakummeet.aibridge&lt;/a&gt;]&lt;/p&gt;

&lt;p&gt;It's completely free. Would genuinely love feedback &lt;br&gt;
from this community — especially what features &lt;br&gt;
you'd want next.&lt;/p&gt;

&lt;p&gt;What's the biggest pain point you have when using &lt;br&gt;
AI tools for coding?&lt;/p&gt;

</description>
      <category>vscode</category>
      <category>ai</category>
      <category>productivity</category>
      <category>typescript</category>
    </item>
  </channel>
</rss>
