|
| ▲ | chatmasta 21 hours ago | parent | next [-] |
| And let’s not forget that Visual Studio Code (the IDE) is not Visual Studio (the IDE). |
| |
| ▲ | giancarlostoro 20 hours ago | parent [-] | | This is my biggest frustration as a full time .NET developer. Its especially worse when you're searching for Visual Studio (IDE) specifics, and get results for VS Code. It bewilders me why a company that owns a search engine names their products so poorly. | | |
| ▲ | marcosdumay 17 hours ago | parent [-] | | > This is my biggest frustration as a full time .NET developer. Larger than the difference between the .Net Framework (that is a framework) and .Net Core (that is a framework)? |
|
|
|
| ▲ | giancarlostoro 20 hours ago | parent | prev | next [-] |
| Copilot for Visual Studio (IDE) has multiple models, not just OpenAI models, it also includes Claude. It is basically a competitor to JetBrains AI. The only good "AI" editor that supports Claude Code natively has so far been Zed. It's not PERFECT, but it has been the best experience short of just running Claude Code directly in the CLI. |
|
| ▲ | lou1306 21 hours ago | parent | prev [-] |
| > they're identically-named things that both repackage OpenAI's LLMs Haven't tried it yet but the GitHub Copilot extension for VSCode also seems to integrate Claude, Gemini and other non-OAI stuff |
| |
| ▲ | chatmasta 21 hours ago | parent [-] | | They do, and those models are served by Microsoft. You pay a premium per “request” (what that means is not fully clear to me) for certain models. If you use the native chat extension in VSCode for GitHub CoPilot, with Opus model selected, you are not paying Anthropic. This counts against your GitHub Copilot subscription. The Claude Code extension for VSCode from Anthropic will use your Claude subscription. But honestly it’s not very good - I use it but only to “open in terminal” (this adds some small quality of life features like awareness it’s in VSC so it opens files in the editor pane next to it). | | |
| ▲ | giancarlostoro 20 hours ago | parent [-] | | The best non-Clude Code CLI integration by far has been Zed's and I prefer Zed over what VS Code has become. |
|
|