<?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: OxainZ</title>
    <description>The latest articles on DEV Community by OxainZ (@oxainz).</description>
    <link>https://dev.to/oxainz</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%2F3840075%2Fd4a028f9-3278-4c92-8ee0-f0c4d6eac415.png</url>
      <title>DEV Community: OxainZ</title>
      <link>https://dev.to/oxainz</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/oxainz"/>
    <language>en</language>
    <item>
      <title>I built a VS Code extension that gives any AI your full codebase in one click</title>
      <dc:creator>OxainZ</dc:creator>
      <pubDate>Mon, 23 Mar 2026 15:20:42 +0000</pubDate>
      <link>https://dev.to/oxainz/i-built-a-vs-code-extension-that-gives-any-ai-your-full-codebase-in-one-click-4fjh</link>
      <guid>https://dev.to/oxainz/i-built-a-vs-code-extension-that-gives-any-ai-your-full-codebase-in-one-click-4fjh</guid>
      <description>&lt;p&gt;Every time I started a new Claude session I was manually re-uploading the same files over and over. Hit the 20-file limit constantly. Lost context mid-build. Got fed up.&lt;br&gt;
Built a VS Code extension called SendToAI. One click bundles your whole project into a single clipboard paste — paste it into Claude, ChatGPT, Gemini, whatever and it instantly has your full codebase.&lt;br&gt;
The token stuff is actually useful — it shows you exactly how much you’re sending before you send it:&lt;br&gt;
    ∙ Live token count as you pick files&lt;br&gt;
    ∙ Cost estimate per model (Haiku vs Sonnet vs Opus) so you’re not burning money blindly&lt;br&gt;
    ∙ Only 6% of Claude’s 200k context window for a typical project&lt;br&gt;
    ∙ Compact mode strips comments and saves ~20% tokens automatically&lt;br&gt;
Also has project notes that persist between sessions — your stack, architecture decisions, whatever — so Claude always has context without you typing it again.&lt;br&gt;
The meta moment: hit my context limit building the extension itself, used it to bundle its own source, pasted into a new chat and kept going. Didn’t lose a single thing.&lt;br&gt;
Free to install — search SendToAI in VS Code or here:&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=OxainZ.sendtoai" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=OxainZ.sendtoai&lt;/a&gt;&lt;br&gt;
GitHub:&lt;br&gt;
&lt;a href="https://github.com/OxainZ/sendtoai-vscode" rel="noopener noreferrer"&gt;https://github.com/OxainZ/sendtoai-vscode&lt;/a&gt;&lt;br&gt;
Would love feedback from anyone who tries it.​​​​​​​​​​​​​​​​&lt;/p&gt;

</description>
      <category>typescript</category>
      <category>vscode</category>
      <category>opensource</category>
      <category>developers</category>
    </item>
    <item>
      <title>I built a VS Code extension that gives any AI your full codebase in one click</title>
      <dc:creator>OxainZ</dc:creator>
      <pubDate>Mon, 23 Mar 2026 14:15:05 +0000</pubDate>
      <link>https://dev.to/oxainz/i-built-a-vs-code-extension-that-gives-any-ai-your-full-codebase-in-one-click-1kj3</link>
      <guid>https://dev.to/oxainz/i-built-a-vs-code-extension-that-gives-any-ai-your-full-codebase-in-one-click-1kj3</guid>
      <description>&lt;p&gt;Every time I started a new Claude session I was manually re-uploading the same files over and over. Hit the 20-file limit constantly. Lost context mid-build. Got fed up.&lt;br&gt;
Built a VS Code extension called SendToAI. One click bundles your whole project into a single clipboard paste — paste it into Claude, ChatGPT, Gemini, whatever and it instantly has your full codebase.&lt;br&gt;
The token stuff is actually useful — it shows you exactly how much you’re sending before you send it:&lt;br&gt;
    ∙ Live token count as you pick files&lt;br&gt;
    ∙ Cost estimate per model (Haiku vs Sonnet vs Opus) so you’re not burning money blindly&lt;br&gt;
    ∙ Only 6% of Claude’s 200k context window for a typical project&lt;br&gt;
    ∙ Compact mode strips comments and saves ~20% tokens automatically&lt;br&gt;
Also has project notes that persist between sessions — your stack, architecture decisions, whatever — so Claude always has context without you typing it again.&lt;br&gt;
The meta moment: hit my context limit building the extension itself, used it to bundle its own source, pasted into a new chat and kept going. Didn’t lose a single thing.&lt;br&gt;
Free to install — search SendToAI in VS Code or here:&lt;br&gt;
&lt;a href="https://marketplace.visualstudio.com/items?itemName=OxainZ.sendtoai" rel="noopener noreferrer"&gt;https://marketplace.visualstudio.com/items?itemName=OxainZ.sendtoai&lt;/a&gt;&lt;br&gt;
GitHub:&lt;br&gt;
&lt;a href="https://github.com/OxainZ/sendtoai-vscode" rel="noopener noreferrer"&gt;https://github.com/OxainZ/sendtoai-vscode&lt;/a&gt;&lt;br&gt;
Would love feedback from anyone who tries it.​​​​​​​​​​​​​​​​&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
