-
Notifications
You must be signed in to change notification settings - Fork 13.1k
Closed
Labels
FixedA PR has been merged for this issueA PR has been merged for this issue
Milestone
Description
Hi TS Team,
Both in VS Code and Visual Studio 2017, since the latest version of Typescript (2.7.2) we're not getting IntelliSense for methods that override prototypes of standard classes (Array, string, Promise).
Here is an example of the d.ts file that we use to override this classes: https://github.com/signumsoftware/framework/blob/master/Signum.React/Scripts/Globals.d.ts
The methods are not shown anymore in the auto-completion list after '.' or Ctrl+Space:
But the code compiles just OK and, once blindly written, parameter information works:

Adding an explicit /// <reference path="..."/> doesn't seem to have any effect.
Thanks in advance and keep the good work 👍
Metadata
Metadata
Assignees
Labels
FixedA PR has been merged for this issueA PR has been merged for this issue
