RE: https://mastodon.social/@verge/116563810797922080
Seems like Sherlock has come for Halide
| Location | San Francisco |
RE: https://mastodon.social/@verge/116563810797922080
Seems like Sherlock has come for Halide
In the age of agentic coding, code review is becoming a larger percentage of my time. But the tools I use for review really suck. GitHub PR review web app is terrible, and even more so in Safari (I don’t use Chrome).
Are there any tools that can improve this process? I’d like to see richer syntax highlighting, better tools for seeing surrounding context, nice preview of markdown files, and an interface that isn’t riddled with paper cuts.
Xcode offers codegen for localized strings and image/color assets. But it only generates code with internal access level. Not useful when your resources are in a framework.
But what I realized is that you can just call xcstringstool and actool manually with the right incantation, and then post process the generated files to make the symbols public.