An open API service indexing awesome lists of open source software.

https://github.com/dotupnet/dotup-vscode-override-typescript

Override for typescript. Code completition for methods of extended class.
https://github.com/dotupnet/dotup-vscode-override-typescript

typescript typescript-generator vscode vscode-extension

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://raw.githubusercontent.com/dotupNET/dotup-vscode-override-typescript/master/images/video.gif)

## 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](https://marketplace.visualstudio.com/publishers/dotup "Visual Studio Marketplace Homepage")

## 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!**