As far as phpstan there is 768 files, so that IMO does not justify 2gb of memory usage, especially not when simple intellisense does not work at all or very poorly - and I do not want any AI :)
I'm on a Macbook Pro M1 Max 32gb of memory
I'm really sorry to say it but over the last 4-6 month I have seen tha PHPTools has become more and more 'bad' in the sense that more and more 'useless' warnings is showing up and less and less functionality is working. As I just mention, simple property completion on a Laravel model does not work.
let's say I have a this: $user = User::find(1);
First of all I get a warning that $user is a collection then when I do $user-> I do not get the properties of the user object, but a whole lot of methods but not the properties - needless to say but this simple thing works perfectly in e.g. Zed and PhPStorm
I'm sure it is something in my setup, but I only have a bare minimum of extensions installed.
Laravel, tailwind, cspell, alpine, a theme and some icons.
I can share some code, but not really sure how usefull it would be as I use some private repositories, but letr me know and I can share.