Skip to content

Releases: cbkmutlu/vscode-php-utils

Release list

v0.0.1

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! 🚀