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.2.2
Code
class Component { /** * Called when this component is updated. */ componentUpdated () { } } class MyComponent extends Component { // CTRL+SPACE here... }
Expected behavior: TypeScript [language service] shows proper sugestions including the documentation for the class members.
For example:
constructor toString componentUpdated
Actual behavior:
TypeScript showed irrelevant suggestions.
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.2.2
Code
Expected behavior:
TypeScript [language service] shows proper sugestions including the documentation for the class members.
For example:
Actual behavior:
![screenshot_1](https://cloud.githubusercontent.com/assets/1407800/25334445/d6b57cf4-2918-11e7-903a-bce0ad4112e4.jpg)
TypeScript showed irrelevant suggestions.
The text was updated successfully, but these errors were encountered: