This would be quite a good feature to have.
Fixing the entire file can often generate a noisy diff :(
Since php-cs-fixer depends on a file, a possible way to do this would be for Vim to save the visual selection into a file, php-cs-fixer that newly created file and then apply those changes back onto the original file.
Thoughts?
Thanks :D
This would be quite a good feature to have.
Fixing the entire file can often generate a noisy diff :(
Since
php-cs-fixerdepends on a file, a possible way to do this would be for Vim to save the visual selection into a file,php-cs-fixerthat newly created file and then apply those changes back onto the original file.Thoughts?
Thanks :D