Parameter hints while overriding methods #42668
Labels
Awaiting More Feedback
This means we'd like to hear from more people who would be helped by this feature
Suggestion
An idea for TypeScript
Suggestion
It would be nice to get parameter hints while overriding methods or implementing abstract methods.
π Search Terms
β Viability Checklist
My suggestion meets these guidelines:
β Suggestion
When implementing an abstract class or overriding an existing class's methods, it would be great to be able to see the parameter hints for that method in the editor.
π Motivating Example
Playground. (use Ctrl/Cmd+Shift+Space to trigger parameter hints)
π» Use Cases
I'd use this when implementing abstract classes to remember the parameters I get to use.
The text was updated successfully, but these errors were encountered: