v0.0.1 - Initial Release π
Initial release of the project PHP Utils! π
This extension brings essential utilities to supercharge your PHP development in VS Code.
Key Features β¨
- π Auto Strict Types: Automatically adds
declare(strict_types=1);on save. - π Smart File Creation: Create Classes, Interfaces, Traits, and Enums directly from the file explorer with auto-namespace resolution.
- π§Ή Advanced Import Sorter: Sorts, groups, and removes unused imports automatically on save.
- π¨ Apache Support: Syntax highlighting and formatting for
.htaccessfiles. - π Selection Stats: View real-time statistics about your selection in the status bar.
Installation π₯
- Download the
php-utils-0.0.1.vsixfile from the Assets section below. - Open VS Code and go to Extensions.
- Click the
...menu -> Install from VSIX... - Select the downloaded file.
Inspired by and adapted from various open-source tools.
Enjoy writing better PHP code! π