VS Code provides auto-imports and intellisense in JavaScript files in projects using npm.
I know we can use editor SDKs to get intellisense for installed packages in a TypeScript project by using the workspace version. I have tried everything I can, but I cannot find a way to get the default intellisense in JavaScript projects using yarn.
Any help would be appreciated.