新手如何用 AI 写代码 part1_在 vscode 上搭载 Claude code
今天,我来教大家如何在 Vscode 上部署 Claude code 以便用 ai 来写代码。 这是最终的成果展示,这样可以提高自己的效率,让大家赶上时代的潮流 享受 ai 拥抱 ai。 这是出生狂魔哥 好了,闲话少说,现在正片开始。Step1:安装 Vscode 这个我想大家应该都会安装 这个非常简单 只需要在浏览器输入 Vscode 搜素 就行 这是他的官网页面 然后为了防止有些人找不到 我会把官网链接放在这里 https://code.visualstudio.com/ 嘿嘿嘿 这就是他的官网链接 是不是 ui 非常 good。然后安装打开 Vscode,因为这个 Vscoode 是外国的编译器 他的初始语言是英文 所以我们要在扩展中安装中文插件。就是这个安装完重启 就显示中文了。 . 然后在再扩展里面安装 Claude code 插件 就是这个 Anthropic。 安装完成你的 Vscode 页面右上角会出现 一个橘色的毛线球 这个就是 Claude code 点击这个毛线球 就会出现这个界面 应为我这个已经登录好了它不会弹出登录界面 ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment