Skip to content

Releases: tommcfarlin/code-standard-selector

Updates for Marketplace Listing

11 Mar 18:59
a091b4a
Compare
Choose a tag to compare

[1.1.0] - 2025-03-11

Added

  • Extension Icon

Updated

  • Marketplace look and feel

Removed

  • Feature Preview image

Initial Release

11 Mar 18:53
9604c73
Compare
Choose a tag to compare

[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