项目作者: semagarcia

项目描述 :
Snippets for writing TypeScript decorators in VisualCode
高级语言:
项目地址: git://github.com/semagarcia/vscode-ts-decorators.git
创建时间: 2018-05-26T12:26:05Z
项目社区:https://github.com/semagarcia/vscode-ts-decorators

开源协议:MIT License

下载


vscode-ts-decorators

Snippets for writing TypeScript decorators in VisualCode with ease.

Version
Installs

How use snippets?

When the extension is installed, open the source TypeScript file where you’ll code your new TS decorator.

All snippets starts with the prefix “ts-dec”, so, when you write this selector (and depending on how your editor is configured), a list of snippets will appear:

List of snippets

Then, select the snippet you want, and it will be appear ready to be filled:

Snippet inserted

The snippet is developed to facilitate your work as much as possible, so, once the snippet has been inserted in your code, the cursor will be placed in the name, to give you the possibility of naming it.

Feedback

Please send any feedback or suggestions to @semagarcia (Twitter) or create an issue on the issue section in GitHub.

Contributions

This is an open source project and you can feel free to contribute.