Declare Missing Helper Function (TypeScript) in Visual Studio Code
When you call a function with parameters in a TypeScript file in Visual Studio Code, you sometimes get an ugly red line. Let's fix that.
When you call a function with parameters in a TypeScript file in Visual Studio Code, you sometimes get an ugly red line. Let's fix that.
If you’re working on a project that forces you to run all the linting before you can commit, you can sometimes feel frustrated. But most of the time, I forget to clean un-used imports in my TypoScript/JavaScript files.