I am having trouble with auto importing node_modules in angular, vsCode
Expected behaviour: When i start typing a name of an installed module in my angular typescript files, for instance "MatMenuM" or "HttpCl", a suggestion for an import should appear.
Current behaviour: The correct suggestion does not appear


My environment: Fresh angular project on windows 10 with newest(28.03.2022) versions of angular cli, node, typescript, vsCode, only two extensions, all up-to-date, and imported newest angular material.








I realize that this question has been asked a couple of times, but none of the answers solve my problem. Also the angular and ts versions might be different. I will link all related questions below. I also tried all of the suggested solutions:
I tried:
- adding
typeRootsin mytsconfig.json, as described here, all i got was this:

Also this github issue related to the same problem sais the issue should be fixed with the new ts version... which it isn't for me.
setting my preferred pathstyle for auto imports to relative, shortest, project-relative and non-relative
uninstalling angular, node, vsCode and ts and reinstalling it
removing all extensions
removing
types: []from mytsconfig.app.jsonadding
"node_modules/@angular/**/*.d.ts"to include in mytsconfig.app.json
Related questions: 1, 2, 3, 4, 5
Help will be much appreciated!
Edits: images not formatted correctly, spelling