mParticle / mparticle-node-sdk

Node JS SDK for the mParticle Platform
3 stars 5 forks source link

Client SDK isn´t adequately annotated. no autocomplete (intellisense), requires a declaration file #20

Open ahmedalejo opened 10 months ago

ahmedalejo commented 10 months ago

Hello,

There is no useful information to IDEs for providing insights into the mParticle module API, types, nor models

in VS Code, Visual Studio, and IntelliJ This issue also affects VS Code and Visual Studio.

requires a declaration file, as all top-level types are typed as any

image

ahmedalejo commented 10 months ago

related to https://github.com/OpenAPITools/openapi-generator/issues/1046