Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Symbol display of namespace-function merged symbol at value use should just mention function #28512

Open
ghost opened this issue Nov 14, 2018 · 0 comments
Assignees
Labels
Bug A bug in TypeScript Domain: Quick Info e.g. hover text, tool-tips, and tooltips.
Milestone

Comments

@ghost
Copy link

ghost commented Nov 14, 2018

TypeScript Version: 3.2.0-dev.20181113

Code

See referencesForMergedDeclarations.ts

Expected behavior:

At the value use of Foo in Foo.bind, just the function is shown in symbol display.

Actual behavior:

It shows "namespace Foo\nfunction Foo(): void".

@ghost ghost added Bug A bug in TypeScript Domain: Quick Info e.g. hover text, tool-tips, and tooltips. labels Nov 14, 2018
@weswigham weswigham added this to the Future milestone Dec 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A bug in TypeScript Domain: Quick Info e.g. hover text, tool-tips, and tooltips.
Projects
None yet
Development

No branches or pull requests

2 participants