Hi all,
Devsense has been working nicely and im using phpstorm less and less but for nova projects it's still hard to use DEVSense. The main issue is that all fields in Laravel Nova have the make() static function. Let me get a screenshot.

The ID class is as follows

Now PHPStorms knows the make command is static and autocompletes all functions from the ID field. But DevSense somehow does not understand this.
Am I doing something wrong? The helper function looks fine, event PHPStan understands it.
If you need anymore information, let me know.