@MrPunyapal Tested with Laravel 12 and 13, and we have it there (see the attachment). Possible causes:
- you have another extension(s) that generate stubs?
- or our internal cache is broken: try the command "Clear /vendor/ cache ..."
Stared Suggestions for PHP enabled by default in @zeddotdev โญ๏ธ
Enable and Update your `phptools` language server now ๐
Check your settings to include `phptools` language server:
"languages": { "PHP": { "language_servers": [
"phptools", "!intelephense", "!phpactor", "..."],
Introducing our super-fast local prediction model for PHP code completion - the Starred Suggestions!
Made for Visual Studio Code, Microsoft Visual Studio, and editors supporting the Language Server Protocol.
Complete privacy, no data leaves your computer, almost no CPU usage.
Download PHP Tools for VS Code or Microsoft Visual Studio at https://t.co/QuPecyySOV .
Our language server for Zed and other editors (devsense-php-ls npm package) got it too! โญ๏ธ
Instant Workspace Indexing (Near-Zero Startup)?
IntelliSense in the PHP extension for @Code works right after the extension is loaded, and indexing can take only a second - if the conditions are met ๐งต
3/ Bonus tip ๐ก Full workspace analysis is fast as well!
Enable it using
the command "Background Code Analysis",
or the setting "php.problems.scope": "all"
Our PHP Tools Extension for @code and @VisualStudio delivers lightning-fast static code analysis ๐ The whole workspace is analyzed in just seconds.
Itโs that simple: enable full code analysis while you type and see issues instantly.