I’m trying to format only specific sections of files in a legacy codebase using the --range-start and --range-end options.
This works fine with JS files but when using this plugin for PHP, prettier doesn’t apply any changes and essentially fails silently.
Is this a known issue? I would greatly appreciate any guidance on how to resolve this.
Hello,
I’m trying to format only specific sections of files in a legacy codebase using the
--range-start
and--range-end
options. This works fine with JS files but when using this plugin for PHP, prettier doesn’t apply any changes and essentially fails silently.Is this a known issue? I would greatly appreciate any guidance on how to resolve this.