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.
- Host: GitHub
- URL: https://github.com/dotupnet/dotup-vscode-override-typescript
- Owner: dotupNET
- Created: 2019-03-20T08:58:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-15T05:58:24.000Z (over 4 years ago)
- Last Synced: 2024-01-19T07:23:12.256Z (over 1 year ago)
- Topics: typescript, typescript-generator, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 1.69 MB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript override for Visual Studio Code
## DescriptionQuickly override methods of the class to extend. For own class declaratoins and .d.ts files

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