#CodeFix
Inspired by @tkdodo.eu, I opened a PR with a codefix proposal to add "missing" awaits into return statements in async function enclosed by try statements
github.com/microsoft/Ty...
Implement codefix for adding missing `await` in `return` statements enclosed by try statements by Andarist · Pull Request #60642 · microsoft/TypeScript
Given that async functions flatten returned promises it's a fairly easy mistake to make to assume that try/catch/finally enclosing a returned promise can handle that as if return await p would ...
github.com
November 29, 2024 at 7:58 PM
channelling the same nervous energy that's getting me a million comic pages done this week also into fixing defects at work
bzz codefix go fast
January 30, 2025 at 5:22 AM
🧪 We ran an experiment using SonarQube’s AI CodeFix on Eclipse JKube.

✅ Some issues were fixed impressively well
⚠️ Others showed that dev oversight is still essential
🤖 Overall? It’s a promising AI assistant for Java devs!

Check out article from @vilojona.bsky.social :
🔗 dev.to/jonathanvila...
Diving Deep into SonarQube's AI CodeFix: A Hands-On Experiment with Eclipse JKube
SonarQube has long been a staple in a Java developer's toolkit for maintaining code quality. With the...
dev.to
June 18, 2025 at 6:01 AM
Ready to see if #AI can really fix your #Java code? 🤔

We put @sonarqube.bsky.social 's new AI CodeFix feature to the test using the open-source #Eclipse #jkube project! 🛠️
@marcnuri.com

🤓 Discover it in this 📖#article

dev.to/jonathanvila...

#DevLife #CodeQuality @sonarsource.bsky.social
June 5, 2025 at 7:57 AM
…kept having to stay later and later as it was totalling values to financial year end. Was taking hours and hours to run!

They asked me to take a look at the code.
A few minutes later I commented out the SLEEP and it completed running in a couple of minutes.

Best bang-for-buck codefix of my life.
April 8, 2026 at 6:06 PM
I like the idea.
But the devil is in the detail: this only works for reference types that have the default constructor or a parameterless .ctor.

But I guess that's something a Diagnostic Analyzer on Attribute-annotated reference types + a CodeFix Provider could alleviate.
February 24, 2025 at 6:06 PM
The attribute is a marker indicating which class realize the interface. to give the developer the option to opt in. And then somehow why factory class is aware of all those types at compile time. But as @flash0ver.bsky.social mentioned works just in certain cases. Analyzer+codefix compliments it.
February 24, 2025 at 7:56 PM
This is a codefix, but I sorta now want to see this as a real error that can be run across the topXYZ/user tests; it seems like the specific pattern of "no other statements than a return of a call's promise in a try catch" is nearly always a bug? It could only ever catch throws before first yield
November 29, 2024 at 10:56 PM
Word-wrap issues in #Visualforce PDFs?

Aintiram Web Tech shares the cause and fix in our latest blog.

Read 👉 www.aintiram.com/blog-word-wr...

#AintiramWebTech #AWTBlogs #PDFIssues #CodeFix #Salesforce #SalesforcePartner #Blogs
January 9, 2026 at 11:17 AM
if a cat were to teach Python...

youtu.be/PWQEr-Co_d0?...
Build desktop apps with python and html css javascript
YouTube video by CodeFix
youtu.be
February 25, 2025 at 11:48 AM
When your brain interrupts your sleep to save your code… and you can’t argue.

#ProgrammerLife #CodingStruggles #Debugging #LateNightCode #TechHumor #DeveloperMood #CodeFix #TechLife #AIThoughts #NextGenTech
February 8, 2026 at 10:00 AM
Y al menos este canal no intenta parecer que es de una persona: www.youtube.com/@CodeFixs
CodeFix
We have 100 YouTube channels with total over 1M+ uploads related to coding or programming. All of our resources in these videos are documented on our official website https://CodeGive.com. We have a c...
www.youtube.com
January 9, 2025 at 1:18 PM