Skip to content

0.6.1

Choose a tag to compare

@github-actions github-actions released this 25 May 14:11
· 59 commits to main since this release
6befd13

Added

  • Composer-generated vendor/composer/autoload_files.php parsing so global helper files registered through Composer are indexed even when package metadata is unavailable or incomplete.
  • Additional PHP built-in function symbols for common array, regex, type-checking, constant, class, object, and function-introspection helpers.

Fixed

  • Hover cards no longer resolve words inside PHP string literals as unrelated symbols, preventing array declaration keys such as 'environment' => [...] from showing constant or method hover cards.
  • Unknown-function diagnostics no longer flag PHP built-ins such as get_class() or indexed Laravel/Composer global helpers such as class_basename().