Closed Khilseith closed 2 years ago
That appears to be exactly the behaviour you would get in a standard TypeScript language service.
You will get exactly the same behaviour in this TypeScript playground.
If you think it is an issue, you will need to raise it with TypeScript project directly, and if fixed, Deno regularly updates to the latest GA release of TypeScript.
Describe the bug If I create an interface from all the keys of an object that's been defined I do not get intelisense for the needed properties when implementing that interface in a class.
To Reproduce
Expected behavior However if I clearly define these properties of an interface such as
I get intelisense for its implementation
The extension seems keenly aware of what properties I am missing all the while.
Versions
vscode: 1.66.0 deno: 1.20.4 extension: 3.12.0