Fixing GExperts Code Formatter Bugs with Claude Code
Using Claude Code AI to fix complex bugs in the GExperts Delphi code formatter, including indentation issues in anonymous functions and repeat-until loops.
Using Claude Code AI to fix complex bugs in the GExperts Delphi code formatter, including indentation issues in anonymous functions and repeat-until loops.
GExperts Code Formatter adds a new feature to align assignment operators (:=) in Delphi code for improved visual scanning.
GExperts IDE plugin now shares identifier casing data between its Uses Clause Manager, Code Formatter, and Code Proofreader tools for consistent Pascal/Delphi coding.
GExperts Code Formatter now shows context-sensitive previews for each settings tab, making it easier to see the effect of formatting options.
GExperts code formatter updated to support new Delphi 13 language constructs: noreturn directive, is not, and not in operators.
Developer details using Claude Code AI to implement multi-line inline if expression formatting in the GExperts Delphi code formatter.
GExperts Code Formatter now supports Delphi's new inline if/ternary operator syntax, a feature previously missing from IDE formatters.
A technical guide on fixing SSMS 22's unexpected insertion of tabs instead of spaces, highlighting a hidden query window setting.
A guide to setting up a Nest.js project with best practices for linting, formatting, and tooling to ensure code consistency and quality.
A quick tip on using the `.git-blame-ignore-revs` file to exclude specific commits (like formatting changes) from Git blame output.
A developer's journey from skepticism to appreciation for automated code formatters, focusing on the lack of good options for Java.
A guide to setting up Prettier in a Laravel app to automatically format code and lint Tailwind CSS class order for consistency.
Argues against using eslint-config-prettier and eslint-plugin-prettier, explaining why ESLint and Prettier should be separate tools.
A beginner's guide to implementing Continuous Integration (CI) for Python projects, covering automation of testing, formatting, and deployment.
A guide to essential VS Code extensions, themes, and settings for developers to enhance their coding workflow and productivity.
A guide on switching a Python project from multiple linters to Ruff, a single, powerful tool.
Explores the nuanced differences between code formatting and style, focusing on edge cases where Prettier and ESLint's responsibilities blur.
FAQs on configuring ESLint, Prettier, and TypeScript together, explaining key packages and best practices for modern JavaScript/TypeScript development.
A guide to setting up and integrating ESLint, Prettier, and TypeScript for static analysis and code quality in JavaScript/TypeScript projects.
A guide on configuring Markdownlint to work alongside Prettier, preventing formatting rule conflicts in development projects.