Skip to content

List of function properties should put the Function.prototype methods at the bottom of the list #39160

Closed
@ORESoftware

Description

@ORESoftware

This is a feature request - the problem is demonstrated in this video

basically, we have a function

interface ItHook {
  (t) => any;
  foo: 3;
  bar: true
}

when we list the function properties, it will list the Function.prototype methods before it lists foo or bar, etc.

https://www.useloom.com/share/1a0f1e84083049ff8f745a3a1f17ac03

You can go to 2:53 in the video to see the problem.

microsoft/TypeScript#20274

Metadata

Metadata

Assignees

Labels

javascriptJavaScript support issuesupstreamIssue identified as 'upstream' component related (exists outside of VS Code)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions