Skip to content

Override for typescript. Code completition for methods of extended class.

Notifications You must be signed in to change notification settings

dotupNET/dotup-vscode-override-typescript

Repository files navigation

Typescript override for Visual Studio Code

Description

Quickly override methods of the class to extend. For own class declaratoins and .d.ts files

dotup-vscode-override-typescript Video

Installation

You can browse and install extensions from within VS Code. Press Ctrl+P and narrow down the list commands by typing ext install dotup-vscode-override-typescript.

Or download from Visual Studio Marketplace

Usage

Open a typescript file which extends another class. Put your cursor within the class declaration and start typing override and hit .. You will see a list of methods to override. Select one and hit Enter. That's it.

Release Notes

1.0.4

  • Support for type definition files (.d.ts)
  • Support for typescript libraries

1.0.3

  • Activation events changed from typescript to *
  • Missing dependencies

1.0.1

First release.

Please give feedback!

About

Override for typescript. Code completition for methods of extended class.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published