<?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: Pandas</title>
    <description>The latest articles on DEV Community by Pandas (@router).</description>
    <link>https://dev.to/router</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%2F3939521%2F6c16ce41-dabb-4021-abc9-d195fdd4e91a.png</url>
      <title>DEV Community: Pandas</title>
      <link>https://dev.to/router</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/router"/>
    <language>en</language>
    <item>
      <title>How to use Claude in vscode?</title>
      <dc:creator>Pandas</dc:creator>
      <pubDate>Mon, 25 May 2026 07:20:46 +0000</pubDate>
      <link>https://dev.to/router/how-to-use-claude-in-vscode-23dc</link>
      <guid>https://dev.to/router/how-to-use-claude-in-vscode-23dc</guid>
      <description>&lt;p&gt;I. Installing the Claude Plugin in VSCode&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fnllxknmexs8btpy5nxiy.png" 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.amazonaws.com%2Fuploads%2Farticles%2Fnllxknmexs8btpy5nxiy.png" alt=" " width="510" height="779"&gt;&lt;/a&gt;&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2F7jao2hamsgodaz4gx9r6.png" 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.amazonaws.com%2Fuploads%2Farticles%2F7jao2hamsgodaz4gx9r6.png" alt=" " width="800" height="110"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;II. Create a new configuration file&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Add a &lt;code&gt;config.json&lt;/code&gt; file to the &lt;code&gt;~/.claude&lt;/code&gt; directory&lt;/li&gt;
&lt;/ol&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2F9g9vsh0x8zfidyhcwwnj.png" 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.amazonaws.com%2Fuploads%2Farticles%2F9g9vsh0x8zfidyhcwwnj.png" alt=" " width="618" height="244"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;The content of &lt;code&gt;config.json&lt;/code&gt; is as follows: Replace &lt;code&gt;config.json&lt;/code&gt; with the API key you applied for yourself at Zhipu:&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;{&lt;br&gt;
"primaryApiKey": "sk-test"&lt;/p&gt;

&lt;p&gt;}&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Restart VS Code. You no longer need to log in, but it still won't work.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;III. Modify the configuration file&lt;br&gt;
Claude Code -&amp;gt; Settings -&amp;gt; Edit in settings.json&lt;/p&gt;

&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.amazonaws.com%2Fuploads%2Farticles%2Fhm0rknaln8khr1f5xgs2.png" 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.amazonaws.com%2Fuploads%2Farticles%2Fhm0rknaln8khr1f5xgs2.png" alt=" " width="672" height="504"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Add the following field:&lt;/p&gt;

&lt;p&gt;"claudeCode.environmentVariables": [&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
"name": "ANTHROPIC_BASE_URL",&lt;/p&gt;

&lt;p&gt;"value": "&lt;a href="https://open.bigmodel.cn/api/anthropic" rel="noopener noreferrer"&gt;https://open.bigmodel.cn/api/anthropic&lt;/a&gt;"&lt;/p&gt;

&lt;p&gt;},&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
"name": "ANTHROPIC_AUTH_TOKEN",&lt;/p&gt;

&lt;p&gt;"value": "Replace with the API key you applied for yourself at Zhipu"&lt;/p&gt;

&lt;p&gt;}&lt;br&gt;
] Close and reopen VS Code.&lt;/p&gt;

&lt;p&gt;IV. Claude Code Usage Tips&lt;/p&gt;

&lt;h1&gt;
  
  
  parse the project and generate or update the CLAUDE.md documentation.
&lt;/h1&gt;

&lt;p&gt;/init&lt;/p&gt;

&lt;h1&gt;
  
  
  Clear the conversation and restart
&lt;/h1&gt;

&lt;p&gt;/clear&lt;/p&gt;

&lt;h1&gt;
  
  
  Compact the context
&lt;/h1&gt;

&lt;p&gt;/compact&lt;/p&gt;

&lt;h1&gt;
  
  
  Exit the session
&lt;/h1&gt;

&lt;p&gt;/exit&lt;/p&gt;

&lt;h1&gt;
  
  
  Deep Thinking
&lt;/h1&gt;

&lt;p&gt;ultrathink+query&lt;/p&gt;

</description>
      <category>ai</category>
      <category>claude</category>
      <category>tutorial</category>
      <category>vscode</category>
    </item>
    <item>
      <title>May stupid but I want to know...</title>
      <dc:creator>Pandas</dc:creator>
      <pubDate>Fri, 22 May 2026 07:47:35 +0000</pubDate>
      <link>https://dev.to/router/may-stupid-but-i-want-to-know-lm9</link>
      <guid>https://dev.to/router/may-stupid-but-i-want-to-know-lm9</guid>
      <description>&lt;p&gt;If you could keep only one AI coding tool — Claude Code or Codex — which one would it be?&lt;/p&gt;

&lt;p&gt;No "it depends" answers. You must pick one. Just curious about this...&lt;/p&gt;

</description>
      <category>ai</category>
      <category>coding</category>
      <category>claude</category>
    </item>
  </channel>
</rss>
