coc-blade-formatter (archived)

JSON →
library 0.5.3 ·javascript deprecated
verified Jun 4, 2026

A coc.nvim extension providing Laravel Blade template formatting using blade-formatter (v0.5.3). This project is archived and no longer maintained; users should migrate to the successor coc-blade. It formats .blade.php files with configurable indent size, wrap line length, and wrap attributes. Requires the filetype to be set to 'blade' and coc.nvim >= 0.0.80. The extension can format via CocAction('format') or the :CocCommand bladeFormatter.run.