Marc-André Moreau
banner
awakecoding.com
Marc-André Moreau
@awakecoding.com
Remote desktop protocol expert, OSS contributor and Microsoft MVP. I love designing products with Rust, C# and PowerShell. Proud to be CTO at Devolutions. 🇨🇦
That's not their code, but it's hosted on GitHub, which does automatic indexing of the code. It's a nice feature that is well integrated in VSCode which significantly speeds up code search capabilities. Claude Code doesn't do that, and is therefore much slower at searching code
November 12, 2025 at 12:47 PM
As for Claude Code, it still only uses grep to search for keywords, read parts of files, read more files, etc. There is no indexing feature which would speed up code search but also reduce token consumption. There's no blog post, only this feature request: github.com/anthropics/c...
Feature request: Add codebase indexing · Issue #4556 · anthropics/claude-code
Currently Claude Code can burn a lot of tokens when trying to review/search for something. Would be great if there Claude Code had a codebase indexing feature to help conserve the amount of tokens ...
github.com
November 12, 2025 at 12:31 PM
Here's a good blog post from the GitHub Copilot team on how they improved their own code search: github.blog/news-insight...
GitHub Copilot gets smarter at finding your code: Inside our new embedding model
Learn about a new Copilot-Embedding model that makes code search in VS Code faster, lighter on memory, and far more accurate.
github.blog
November 12, 2025 at 12:24 PM
I have not said that, both provide instructions to the model, but what makes a huge difference is how fast they can provide additional context through code search. The code is way too big to fit in the model (or too expensive), it needs to efficiently find just the code it needs to read
November 12, 2025 at 12:18 PM
Hum... I was on Visual Studio 2026 Insiders and in a month or so they managed to improve things a lot it seems. I can now get results similar to VSCode in Visual Studio, impressive. bsky.app/profile/awak...
GitHub Copilot Fight: VSCode ⚔️ Visual Studio 2026

For once, Visual Studio actually performs at the same level as VSCode! I guess there's finally hope that Visual Studio can catch up
November 12, 2025 at 1:19 AM
Both are using Claude Sonnet 4.5, the difference is *entirely* in the tooling around the model. GitHub Copilot in VSCode benefits from excellent built-in search, especially with GitHub remote workspace indexing. Even with local indexing from VSCode, GitHub Copilot is much faster than Claude Code
November 11, 2025 at 9:18 PM
It would be funny if this caused someone to upgrade from Visual Studio 2013 to 2026
November 11, 2025 at 5:35 PM
As for solution loading time, okay, it's better, and the Visual Studio 2026 interface feels snappier, but my biggest issue is with finding simple and effective ways to optimize build time, and that's mostly on the Roslyn side
November 11, 2025 at 5:24 PM
The GitHub Copilot integration in Visual Studio is lagging behind VSCode a lot, to the point where I'm recommending regular Visual Studio users switch to VSCode for their AI development work, and use Visual Studio only for the debugger and UI designers
November 11, 2025 at 5:22 PM
Light snow again this morning
November 8, 2025 at 3:00 PM
No winter tires yet? 😄
November 8, 2025 at 3:00 AM
Oh, it looks like the available catalog from HF looks decent enough. It may just be too early for Kimi K2 as it just came out, maybe it'll be there in a few days. Thanks for the tip!
November 7, 2025 at 9:43 PM
Kimi K2 came out this week and it looks very promising, I don't want to run a watered-down version on my laptop, I'd just like to run it easily in the cloud, in a service that can pull models from HF. Would this be a good fit? bsky.app/profile/mark...
November 7, 2025 at 9:26 PM
If you only share the end result like "here's a pull request with 10 WinForms dialogs migrated to Avalonia using GitHub Copilot", others will have no idea how much time and effort you spent getting to the desired outcome. Sometimes the trick is as dumb as "I prompted until it worked"
November 7, 2025 at 9:08 PM