u/quincycs

▲ 0 r/csharp

AI not following “using” / imports

I’m mainly in typescript codebases for most of my day. AI is going great at understanding imports at the top of the file.

But for csharp, I often see AI making bad assumptions for what the code is doing … it thinks it’s running some other code because the names of functions match but the namespaces don’t.

This is definitely a reproducible problem that gets me often and I am in the middle of refactoring my codebase to avoid this kind of problem.

I wanted to ask this community if you see or experience the same thing… and how you solved it.

reddit.com
u/quincycs — 1 day ago

pi-qcode

pi-qcode

Native vscode extension for pi coding agent. Uses pi cli within vscode terminal to power the extension behind the scenes while rendering rich UI in the native extension.

The design is meant to be a chill version of the pi experience, where messages in the session detail are only the important final turn messages + user messages.

Go to the vscode terminal to interact with the Pi terminal under the hood.

https://github.com/quincycs/pi-qcode

https://marketplace.visualstudio.com/items?itemName=QuincyMitchell.pi-qcode

u/quincycs — 1 month ago