You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In vscode v1.26.1, overriding a method doesn't have auto-completion for the type signature. Only the method name is auto-completed. Auto-completion of the type signature should be possible, and maybe the cursor would be moved into the body of the method.
Use Cases
Less typing.
Search Terms
typescript autocomplete method override
superclass method type signature autofill
The text was updated successfully, but these errors were encountered:
Suggestion
In
vscode v1.26.1
, overriding a method doesn't have auto-completion for the type signature. Only the method name is auto-completed. Auto-completion of the type signature should be possible, and maybe the cursor would be moved into the body of the method.Use Cases
Less typing.
Search Terms
The text was updated successfully, but these errors were encountered: