WebStorm-like TypeScript method overrides in VS Code

Viewed 406

When overriding TypeScript methods in WebStorm, IDE completes method with access modifier (public, protected or private), return value type, parameters and parameter types: enter image description here enter image description here

VS Code only completes parameters: enter image description here enter image description here

Is there a way to make VS Code complete method overrides like WebStorm does?

1 Answers
Related