Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
David
Total activity
4
Last activity
December 13, 2023 20:36
Member since
December 13, 2023 16:05
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1
Activity overview
Posts (1)
Comments (2)
Sort by recent activity
Recent activity
Votes
Edited
December 13, 2023 20:36
The problem was the file exceeding the maximum size of files for which PhpStorm provides coding assistance. I needed to add idea.max.intellisense.filesize=5120 to the PHPStorm's custom properties f...
Community
PhpStorm
loading stubs installed via composer?
1 vote
Edited
December 13, 2023 16:25
I tried adding the stubs file in autoload-dev in composer.json but it didn't fix the issue."autoload-dev": { "files": [ "vendor/php-stubs/wordpress-stubs/wordpress-stubs.php" ] },
Community
PhpStorm
loading stubs installed via composer?
0 votes