Skip to content

v0.0.1

Latest

Choose a tag to compare

@cbkmutlu cbkmutlu released this 16 Feb 13:18

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 .htaccess files.
  • πŸ“Š Selection Stats: View real-time statistics about your selection in the status bar.

Installation πŸ“₯

  1. Download the php-utils-0.0.1.vsix file from the Assets section below.
  2. Open VS Code and go to Extensions.
  3. Click the ... menu -> Install from VSIX...
  4. Select the downloaded file.

Inspired by and adapted from various open-source tools.
Enjoy writing better PHP code! πŸš€