Visual Studio Code Version: 1.47.3
I was making javascript and typescript projects non-stop for about 5 months now. Until a week ago the vscode intellisense was perfect.
But now, is really bad. Not even the node suggestions are being shown anymore, i have to install @types/node in every project that i have to adjust.
For example, none suggestions from the render destructuring are been shown and i couldn't make it work:
import { render } from '@testing-library/react';
//...
const { x } = render(<SignIn />);
Until last week they were working perfectly. This slows down my productivity a lot.
I updated all packages, vscode certainly was included.
Since i didn't saw nothing on the vscode issues and nothing here, i'm assuming the problem is my ignorance and not the versioning.
Why this is happening? Can someone give me a hint?