Skip to content

Initial Release

Compare
Choose a tag to compare
@tommcfarlin tommcfarlin released this 11 Mar 18:53
· 4 commits to master since this release
9604c73

[1.0.0] - 2025-03-11

Added

  • Initial release
  • Status bar indicator showing current PHP coding standard
  • Quick pick menu for selecting coding standards
  • Automatic detection of installed PHP_CodeSniffer standards
  • Keyboard shortcut support (Cmd+Alt+S on macOS, Ctrl+Alt+S on Windows/Linux)
  • Integration with PHP Sniffer & Beautifier extension
  • Dependency checking for required components
  • Configuration options for PHPCS executable path
  • Default PSR-12 coding standard support

Changed

  • Updated configuration namespace to avoid conflicts with PHP Sniffer & Beautifier

Fixed

  • Proper error handling for missing PHPCS executable
  • Status bar updates when switching PHP files