Intellisense in VS 2019

How can I set up intellisense for Bablyon in Visual Studio 2019?

TIA

I’ve added BabylonJS via NuGet which seems to have added intellisense. I would have preferred to avoid this if possible since it’s added 6Mb to my solution which I’d rather not have.

I suppose needs must when the devil rides.

I don’t use visual studio (more of a vscode fan myself), but AFAIK adding the babylon.d.ts file by any means to your project (npm, nuget, or self-added) should enable intellisense. The 6MB added are partly this d.ts file (and the compiled js files), so you sadly have no way around it.