Tuesday, February 6, 2018

TypeScript Hero

...is a plug in for Visual Studio Code which kinda has an icon like Link from The Legend of Zelda. In Visual Studio Code 1.17.2 go to View > Extensions to find this. Also find TSLint here too. TypeScript Hero helps with the imports much like how ReSharper helps with the namespaces in Visual Studio. (It tries to find them, the missing items, for you.) TSLint and TypeScript Hero do not play nicely together. TypeScript Hero will loop in imports in double quotes and TSLint will force you to change the wrapping double quotes to wrapping single quotes.

No comments:

Post a Comment