Intellisense for class methods is not working #28258
Labels
*duplicate
Issue identified as a duplicate of another issue(s)
javascript
JavaScript support issues
typescript
Typescript support issues
upstream
Issue identified as 'upstream' component related (exists outside of VS Code)
Milestone
When I create a class by extending another class or implementing an interface, the editor doesn't offer any helpful suggestions.
Typescript Service can show an error when abstract methods are not implemented, or if method signature is incorrect, but there is no help from the editor when I'm in the process of implementing the class.
An obvious example of this is implementing React Components. I expect that when I trigger suggest within the class implementation, I would see all of ComponentLifecycle methods with their signatures. However, when I invoke the suggest widget, it shows a host of things in there, none of which are helpful, and none of those I need are actually present.
Is this a bug or am I doing something wrong? I tried it with the new TypeScript-React-Starter project, but the behavior was the same.
The text was updated successfully, but these errors were encountered: