Skip to content

Commit 11598de

Browse files
authored
Update CONTRIBUTING.md
1 parent 1453a60 commit 11598de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,3 +116,7 @@ Quick fixes need to implement the `QuickFix` interface ([code here](https://gith
116116
Once you have the quickfix created just put it into the [quickfix registry](https://github.com/TypeStrong/atom-typescript/blob/a91f7e0c935ed2bdc2c642350af50a7a5aed70ad/lib/main/lang/fixmyts/quickFixRegistry.ts#L14-L24) so that the infrastructure picks it up.
117117

118118
**Additional Tips** : One indespensible tool when creating a quick fix is the [AST viewer](https://github.com/TypeStrong/atom-typescript#ast-visualizer) which allows you to investigate the TypeScript language service view of the file.
119+
120+
# Video
121+
122+
A video on some of the internals : https://www.youtube.com/watch?v=WOuNb2MGR4o

0 commit comments

Comments
 (0)