CodeDelta - a vs code extension
• Keep a human in the loop on AI-generated code. Review every Codex / Claude Code edit in a dedicated VS Code panel — keep or undo, line by line.
Codex and Claude Code’s code diff capabilities are frustrating.
So I built CodeDelta: https://t.co/ZV9Pdqipxq for a better code review experience.
Now on the VS Code Marketplace — feel free to try it!
Debugging native C++ in Android Studio has been pretty painful for me — laggy and disconnects way too often
So I built Nexus for Android Debugger, a vscode extension to make native debugging right inside VS Code - light, fast, stable.
Android + C++ + CMake? Check it out.
Debugging native C++ in Android Studio has been pretty painful for me — laggy and disconnects way too often.
So I built 🌈Nexus for Android Debugger🌈 to make Android native debugging right inside VS Code -- light, fast, and stable
Android + C++ + CMake? Check it out.
I thought getting a Personal Access Token was a mandatory step when publishing a VS Code extension. Turns out you can just skip it if you publish manually. Wasted quite a bit of time on that.