Hello, just bought the licence and test everything,
What I need the most is the code style Wordpress - but I can't make it work
in my project I have "php.format.codeStyle": "WordPress",
I can see the errors for instance : Call to unknown function: 'get_header'
[{
"resource": "/Users/.../..../wp-content/themes/mytheme/best-sales.php",
"owner": "_generated_diagnostic_collection_name_#4",
"code": "PHP0417",
"severity": 4,
"message": "Call to unknown function: 'get_header'",
"source": "PHP",
"startLineNumber": 6,
"startColumn": 1,
"endLineNumber": 6,
"endColumn": 11
}]
But no reference to WordPress coding standards
I think I miss nothing in the setup but who knows
Thanks for any advices (same issues with M1 and M2 - Ventura everything uptodate)