We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TypeScript Version: 2.0.6
Using VSCode 1.7 Insider:
Expected behavior:
intelliSense suggests talk(): string, which is a required method for the interface.
talk(): string
Actual behavior:
No suggestion.
Also hope this can be implemented for extends, as it'll come handy when extending abstract class.
extends
The text was updated successfully, but these errors were encountered:
Duplicate of #7158
Sorry, something went wrong.
No branches or pull requests
TypeScript Version: 2.0.6
Using VSCode 1.7 Insider:
Expected behavior:
intelliSense suggests
talk(): string
, which is a required method for the interface.Actual behavior:
No suggestion.
Also hope this can be implemented for
extends
, as it'll come handy when extending abstract class.The text was updated successfully, but these errors were encountered: