Jessie Caminos

Results 3 comments of Jessie Caminos

> Thanks for creating this issue! It looks like you may be using an old version of VS Code, the latest stable release is 1.100.2. Please try upgrading to the...

In this code below inlay hints are displayed. `function CanFly(Base: T) { return class extends Base { fly() { console.log(`The user can fly!!`); } }; }` After you extending constructor...

This is the full code @RyanCavanaugh, this is already text and you can now copy it. `type ConstructorType = new (...args: any[]) => {};` `function CanFly(Base: T) {` ` return...